Endpoints

Retrieve Live Time Delay

post

Fetches real-time delay recommendations for a specified ticket, based on the player's profile and ticket-specific parameters.

Authorizations
Path parameters
bookmakerstringRequired

Identifier for the bookmaker. Generated by Sportradar, contact your OAM or CI engineer in case of any issues with obtaining the correct value.

Responses
200

Success

post
POST https://<URL>/v1/bookmakers/{bookmaker} HTTP/1.1
'Authorization: Bearer <JWT>'
'Accept: */*'
{
  "ltdModelSuggestion": "Delay",
  "ltdSuggestion": "text",
  "ltdSuggestionEdl": "text",
  "ticketId": "text"
}

Was this helpful?