Betradar - the betting arm of Sportradar
Betradar - the betting arm of Sportradar
Sport specific information for snooker.
Match statuses for snooker
Id | Match status | Description | Additional information |
---|---|---|---|
0 | NOT_STARTED | Not started yet | - |
21 | IN_PROGRESS | The match is in progress | - |
30 | PAUSE | The match is paused | - |
445 | SESSION_BREAK | Session break | - |
100 | ENDED | The match has ended | - |
93 | WALKOVER1 | The home team won the match by walkover | - |
94 | WALKOVER2 | The away team won the match by walkover | - |
95 | RETIRED1 | The away team won because the home team retired | - |
96 | RETIRED2 | The home team won because the away team retired | - |
97 | DEFAULTED1 | The away team won because the home team defaulted | This match status is only sent if the corresponding XML configuration is enabled. |
98 | DEFAULTED2 | The home team won because the away team defaulted | This match status is only sent if the corresponding XML configuration is enabled. |
61 | DELAYED | The match start is delayed | - |
80 | INTERRUPTED | The match has been interrupted | - |
90 | ABANDONED | The match has been abandoned | This match status is only sent if the corresponding XML configuration is enabled. |
Events in snooker
ID | Event | Description | Coverage | extrainfo | extrainfosnooker |
---|---|---|---|---|---|
110 | Player at table | Information about what player is at the table. | XSA (DC) | - | - |
1010 | Betstart | Betstart indicates that betting markets can be activated. Betstart is not only a pre match event but is also used during the match. | XSA (DC) | - | - |
1011 | Betstop | Betstop indicates that all betting markets are closed due to strong possibility of a goal, penalty, red card, or there is any unclear situation on the field. Betstop is also used whenever there is the need to establish direct communication between the scout and the match Supervisor, or in case of call disconnection. | XSA (DC) | - | - |
1013 | Match status | Sent when the status of the match changes. | XSA (DC) | See the above table for available match statuses in snooker | - |
1015 | Free text | Used for any kind of additional information during the match. Example: "Match interrupted due to flood light break down", etc.. | XSA (DC) | - | - |
1022 | Who will strike first | Information about what player has the first strike. | XSA (DC) | - | - |
1036 | Time start / stop | Triggered when the clock is started or stopped. | XSA (DC) | Possible values:
| - |
1044 | Deleted event alert | Manual removal of an event. | XSA (DC) | Id of event that was deleted | - |
1102 | Coverage status | Sent when the coverage status for the match changes | XSA (DC) | Possible values:
| |
1136 | Best of frames | Best of frames | XSA (DC) | Number of frames | Number of red balls |
1137 | Snooker score change | Sent when the score in the snooker match changes | XSA (DC) | Snooker score change type. Possible values:
| Type of frame win (this attribute is only relevant for score change frame). Possible values:
|
1139 | Unscheduled break | Sent when an unscheduled break happens. | XSA (DC) | Reason for break. Possible values:
| - |
1169 | Ball pot | Ball pot | XSA (DC) | Points scored | Number of red balls on the table. |
1170 | Free ball | Free ball event | XSA (DC) | Points scored | - |
1171 | Snooker foul | Snooker foul event occurs | XSA (DC) | Points scored | - |
1173 | Rerack | Used when the balls on the table are being reracked | XSA (DC) | - | - |
1174 | Remove ball | Ball removed in snooker | XSA (DC) | Number of red balls left on the table. | Least valuable color left on table. |
1175 | Add ball | Ball added in snooker | XSA (DC) | Number of red balls left on the table. | Least valuable color left on table. |
1186 | Table ready | Snooker table is ready | XSA (DC) | - | - |
1187 | Play about to start | Sent when the play will (re)start in a couple of minutes. | XSA (DC) | - | - |
1203 | Free ball awarded | Free ball has been awarded to player | XSA (DC) | - | - |
Sport specific XML elements and attributes
This section explains what elements / attributes one can expect for snooker matches in addition to the standard elements and attributes, and what the meaning of those elements and attributes is.
Attributes in the <match> element
<match betstatus="BETSTOP" connectionstatus="0" device="3" extrainfo="0" feedtype="full" matchid="10115538" matchtime="0:00:00" st1id=" 25061" st2id="22433" start="1464869040000" t1id="1308930" t1name="TRUMP, JUDD" t2id="1308934" t2name="BINGHAM, STUART" timerunning="0"> ... </match>
XML elements and attributes definition
Element | Attributes | ||
---|---|---|---|
Attribute | Description | Possible values | |
Match | firstserve | Which player has first serve of match. | Integer |
numberofsets | How many sets are being played in the match. | Integer |
Elements in the <match> element
<match betstatus="BETSTOP" connectionstatus="0" device="3" extrainfo="0" feedtype="full" matchid="10115538" matchtime="0:00:00" st1id=" 25061" st2id="22433" start="1464869040000" t1id="1308930" t1name="TRUMP, JUDD" t2id="1308934" t2name="BINGHAM, STUART" timerunning="0"> <status id="0" name="NOT_STARTED" start="0"/> <score t1="0" t2="0" type="match"/> <score t1="0" t2="0" type="frame"/> <score t1="0" t2="0" type="break"/> <possession team="home"/> <tournament id="11830" name="Premier Snooker League, Final round"/> <category id="193" name="England"/> <sport id="19" name="Snooker"/> <events/> </match>
XML elements and attributes definition
Element | Attributes | ||
---|---|---|---|
Attribute | Description | Possible values | |
score | Multiple occurrences possible, each occurrence describes the amount of points for the specified period in the match. This element always gets included in full feed, and in the delta feed for the following events: Ball pot (1169), Free ball (1170), Snooker foul (1171), Snooker score change (1137), Rerack (1173) | ||
t1 | Amount of points home team. | Integer | |
t2 | Amount of points away team. | Integer | |
type | For what period in the match the points were scored. | String. Possible values:
| |
possession | This element always gets included in full feed (DC matches only), and in the delta feed (DC matches only) for the following events: Possession (110) | ||
team | Which team has possession. | String. Possible values:
|
Attributes in the <event> element
<match matchid="9474387" ... > <events> <event breakscore="0:57" extrainfo="7" extrainfosnooker="7" framenumber="7" framescore="0:61" id="644572117" info="7 points (Black)" matchscore="3:3" mtime="2:17:32" side="away" stime="1464953573333" type="1169"/> </events> </match>
XML attributes definition
<match matchid="9474387" ... > <events> <event breakscore="0:57" extrainfo="7" extrainfosnooker="7" framenumber="7" framescore="0:61" id="644572117" info="7 points (Black)" matchscore="3:3" mtime="2:17:32" side="away" stime="1464953573333" type="1169"/> </events> </match>
Element | Attributes | ||
---|---|---|---|
Attribute | Description | Possible values | |
event | extrainfo | Attribute containing additional information about the event. | Long |
extrainfosnooker | Attribute containing additional information about the event. | String | |
matchscore | Score for current match. | String. Format: "[home]:[away]" Example: "1:0" | |
framenumber | Frame number in the match. | Integer | |
framescore | Frame score. | String. Format: "[home]:[away]" Example: "1:0" | |
breakscore | Break score. | String. Format: "[home]:[away]" Example: "1:0" |
XML configurations for Snooker
(ID: 121) Include match status defaulted in Snooker
Enabling this setting will allow the system to send match statuses DEFAULTED1 and DEFAULTED2.