...
sportsbookFixtureId
- customer fixture IDmarketId
- Genius Sports market IDsportsbookMarketId
- customer market IDsportsbookMarketContext
- customer market context. This field will be populated only if customer provided it in UpdategramResponsedecimalPrice
- the price that was displayed in the Multibet widget when punter pressed "Add to betslip" button. This value should NOT be used for bet acceptance
Customer-Based API Authentication Method
To be able to get a response from Multibet widget, Genius SSM AWS must have configured per customer: client_id
, client_secret
and api-key
creation secrets path:
/fep-platform/widgets/multibet/[clientName]
secret structure :
{ "x_api_key": "[client_x_api_key]", "client_id": "[client_id]", "client_secret": "[client_secret]" }
Multibet Widget Customization
...