...
Genius Sports provides four pull API endpoints:
Fixtures - Returns fixtures that are available to be used in Multibet
Markets-types - Provides a list of markets and selections that are available to bet upon
Prices - The price of a particular multibet
Results - The result of a particular multibet
...
This example demonstrates the flow of the Multibet API calls for an a Football fixture 123456. For simplicity the amount of available markets is limited to two (MatchResult
and HomeTeamTotalGoalsOverUnder
).
1️⃣ Initial call is made to get the list of the available market types.
GET sports/10/fixtures/123456/market-types
...