Betradar - the betting arm of Sportradar

Page tree

Betradar - the betting arm of Sportradar

Skip to end of metadata
Go to start of metadata

Match booking can be done using the web interface on www.betradar.com > Live booking calendar, but it’s also possible to book matches over the XML feed. Note that booking matches will have a cost depending on the type of agreement you have with Sportradar. Each match booking message must contain 1 match id, i.e. it’s only possible to book 1 match per message.

XML example
<bookmatch matchid="944423"/>

XML attributes definition

ElementAttributes

AttributeDescriptionPossible values
bookmatchmatchidThe id of the match which the client wants to book.Integer

Match booking reply
Reply sent when client books a match. If the match booking failed for some reason (match already bought, match finished etc.), the message will contain an explanation.

XML example
<bookmatch matchid="944423" result="valid" message="OK" />

XML attributes definition

ElementAttributes

AttributeDescriptionPossible values
bookmatch

matchidThe id of the match which the client wants to book.Integer
resultWhether the match was booked successfully or not.

String. Possible values:
valid = match booked successfully
invalid = match booking failed

messageTextual representation of additional information about the booking.String