Your host page
One small mount
<div id="match-hype-stories"></div>
<script src="https://experience.matchhype.com/sdk/v1/mhse.js"></script>
await MatchHypeSportsbook.mount({
target: "#match-hype-stories",
clientId: "YOUR_CLIENT_ID",
experienceKey: "sportsbook-home",
betBridge: { resolveOffers, addToBetslip },
});
Your sportsbook stays in control
Connect only two actions
1resolveOffers returns the current sportsbook offer for a video.
2addToBetslip sends the selected outcome into your existing flow.
Match Hype handles the video UI and playback. Your platform keeps login, prices, restrictions, wallet and final bet placement.