Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Multibet is a new industry leading service provided by Genius Sports, which allows customer to make available, per event, custom InPlay bets that consists of multiple selections not usually associated for regular markets. To give an example, the following is an actual bet under the Multibet service set up by a player <Ronaldo to score, Portugal to win, Over 5.5 Corners, Over 1.5 total goals, Penalty awarded to Portugal>.

Multibet currently supports InPlay Football, InPlay NFL American Football with other major sports in the pipeline.

Table of Contents

Table of Contents

Option 1. Multibet API

This integration includes 4 pull API endpoints that will provide a minimal required set of information for creating and resulting a multibet. This integration type is best suited for a customer who wants to have a full control over the UI and market creation process.

Conceptual Diagram

Lucidchart
pageCount1
autoUpdatetrue
pageId4080796115
alignleft
typerich
autoSize1
macroId6a7c2617-ead0-42c0-a5dd-6767135e192c
pages
instanceIdc1f2f8aa-fd3d-3053-9304-318e88b324bd
width700
documentId20151fe6-7ce9-44de-8e33-7bb5fe21674e
documentToken20151fe6-7ce9-44de-8e33-7bb5fe21674e|119919583|4080796115|dXZEzdpmtSv1Z73fLqD1FANXnwAUgXArDNlMCQThjh4=
consumerKeyc1f2f8aa-fd3d-3053-9304-318e88b324bd
height500

Check Multibet API for detailed integration steps.

Customer To Do List

Functionality

Notes

Display fixtures available for Multibet

There are no UI components provided with this integration type. fixtures endpoint can be used for getting a list of the fixtures available for Multibet.

Create a multibet

There are no UI components provided with this integration type. The customer will need to build a multibet creation UI using data from market-types and prices endpoints.

Create a market in Trading Platform

Multibet API is not creating markets in Trading Platform. Customer will need to implement this functionality.

Accept a bet

prices endpoint can be used to do a final price check.

Result a market

Results are not pushed with Multibet API. The customer will need to call results endpoint to get the results.

Option 2. Multibet API + Sportsbook Integration (V3)

Info

New customer would need to integrate with Integration Schema first.

...

Check Multibet Sportsbook Integration (V3) and Multibet API for detailed integration steps.

Conceptual Diagram

Lucidchart
pageCount1
autoUpdatetrue
alignleft
typerich
autoSize1
macroId022c322a-e242-4723-b539-4d6eed779b07
pages
instanceIdc1f2f8aa-fd3d-3053-9304-318e88b324bd
width700
documentId792f28ae-4d5e-4e56-8e38-5679b829c884
documentToken792f28ae-4d5e-4e56-8e38-5679b829c884|119919583|4080796115|djGNg913OPyNTO5DtTCRXfe379C/BZ4a85axvGFor2E=
updated1675421747074
height500

Customer To Do List

Function

Notes

Display fixtures available for Multibet

There are no UI components provided with this integration type. Fixture coverage will be pushed to the customer via Sportsbook Integration (V3).

Create a multibet

There are no UI components provided this integration type. The customer will need to build a multibet creation UI using data from market-types and prices endpoints.

Create a market

To create a market customer will need to send multibet details to markets endpoint. This will create a market in customer's Trading Platform.

Option 3. Multibet API + Sportsbook Integration (V3) + UI Widget

Info

New customer would need to integrate with Integration Schema first.

...

Check Multibet Sportsbook Integration (V3) and Multibet API for detailed integration steps.

Conceptual Diagram

Lucidchart
pageCount1
autoUpdatetrue
pageId4080796115
alignleft
typerich
autoSize1
macroIdc7b51285-57a6-49c4-879d-14a738fb4d98
pages
instanceIdc1f2f8aa-fd3d-3053-9304-318e88b324bd
width700
documentIdd3023ceb-bda8-4b55-8ea2-94bdf973561b
documentTokend3023ceb-bda8-4b55-8ea2-94bdf973561b|119919583|4080796115|HH+MqPnNCu4A23Dza9t5Nr1oQkpbv2IC3+iXU64hGbk=
consumerKeyc1f2f8aa-fd3d-3053-9304-318e88b324bd
height500

Customer To Do List

Function

Notes

Display fixtures available for Multibet

Genius Sports doesn’t provide an UI component for displaying a list of fixtures available for Multibet.

Integrate Genius Sports UI Widget into the customer’s website

The customer will need to implement a reverse proxy that will be used by UI Widget for secure communication and add an iframe where UI Widget will be loaded.

Add a multibet to the betslip

Genius Sports Widget will publish a message (client side using javascript) with multibet information (market and price) that customer should use to populate the betslip.

...