ByBets Widget CDN

This is the CDN for the ByBets betting widget. Use the files below to integrate.

/bybets-widget.umd.js
UMD build - for script tags
/bybets-widget.es.js
ES Module - for bundlers
<script src="https://widget-cdn-1e5.pages.dev/bybets-widget.umd.js"></script> <script> ByBetsWidget.create({ container: '#widget', theme: 'dark', externalUserId: 'user-123' }); </script>