This is the CDN for the ByBets betting widget. Use the files below to integrate.
<script src="https://widget-cdn-1e5.pages.dev/bybets-widget.umd.js"></script>
<script>
ByBetsWidget.create({
container: '#widget',
theme: 'dark',
externalUserId: 'user-123'
});
</script>