Booking Calendar

In the daily schedule, all sports events are listed with a “live-odds” attribute.

This attribute lists the match-booking state and can be in the following states:

  • booked (already booked),

  • bookable (can be booked),

  • buyable (need to be bought before it can be booked, contact your sales representative), and

  • unavailable (currently not available at all for live booking)

Book a match for liveodds coverage

post

Book a match for liveodds coverage.

Authorizations
Path parameters
idintegerRequired

The ID for the sport event to get fixture data from.

Responses
200

successful operation

application/xml
post
POST /v1/liveodds/booking-calendar/events/sr:match:{id}/book HTTP/1.1
Host: global.api.betradar.com
x-access-token: YOUR_API_KEY
Accept: */*
<response response_code="OK">
  <action>Request for booking an event : sr:match:12345678 from bookmaker: 1234 received</action>
  <message>OK.</message>
</response>

Endpoint Description

This endpoint is used to book a match for live coverage.

This is only for live odds where a customer can request a booking of a particular match.

HTTP

Endpoint

Description

POST

liveodds/booking-calendar/events/(id)/book

POST on this endpoint to put a match in the booking calendar.

Endpoint Parameters

Parameter

Description

id

The ID for the sport event to get fixture data from.

Example Response

<response response_code="OK">
    <action>Request for booking an event : sr:match:12345678 from bookmaker: 1234 received</action>
    <message>OK.</message>
</response>

Last updated

Was this helpful?