Betradar - the betting arm of Sportradar

Page tree

Betradar - the betting arm of Sportradar

Skip to end of metadata
Go to start of metadata

Sport specific information for snooker.

Match statuses for snooker

Table Filter Plugin license is not active, please generate a trial license or purchase the product.

IdMatch statusDescriptionAdditional information
0NOT_STARTEDNot started yet-
21IN_PROGRESSThe match is in progress-
30PAUSEThe match is paused-
445SESSION_BREAKSession break-
100ENDEDThe match has ended-
93WALKOVER1

The home team won the match by walkover

-
94WALKOVER2

The away team won the match by walkover

-
95RETIRED1

The away team won because the home team retired

-
96RETIRED2

The home team won because the away team retired

-
97DEFAULTED1

The away team won because the home team defaulted

This match status is only sent if the corresponding XML configuration is enabled.

98DEFAULTED2

The home team won because the away team defaulted

This match status is only sent if the corresponding XML configuration is enabled.

61DELAYEDThe match start is delayed-
80INTERRUPTEDThe match has been interrupted-
90ABANDONEDThe match has been abandoned

This match status is only sent if the corresponding XML configuration is enabled.


Events in snooker

Table Filter Plugin license is not active, please generate a trial license or purchase the product.

IDEventDescriptionCoverageextrainfoextrainfosnooker
 110 Player at tableInformation about what player is at the table.XSA (DC)--
 1010 BetstartBetstart 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 textUsed 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 firstInformation about what player has the first strike.XSA (DC)--
1036 Time start / stopTriggered when the clock is started or stopped.XSA (DC)

Possible values:

  • 1 = Time started
  • 0 = Time stopped
-
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 changesXSA (DC)

Possible values:

  • 0 = Covered
  • 1 = Coverage abandoned
  • 2 = Match will not be covered

1136Best of framesBest of framesXSA (DC)Number of framesNumber of red balls
1137 Snooker score changeSent when the score in the snooker match changesXSA (DC)

Snooker score change type. Possible values:

  • 0 = Standard
  • 1 = Break
  • 2 = Frame
  • 3 = Session
  • 4 = Match

Type of frame win (this attribute is only relevant for score change frame). Possible values:

  • 0 = Standard
  • 1 = Late opponent
  • 2 = Technical problem
  • 3 = Three fouls missed
  • 4 = Opponent concedes
  • 5 = Ungentlemanly conduct
  • 6 = Other
1139 Unscheduled breakSent when an unscheduled break happens. XSA (DC)

Reason for break. Possible values:

  • 0 = Other reason
  • 1 = Technical problem
  • 2 = Player injury
  • 3 = Match pulled off
-
1169 Ball potBall potXSA (DC)Points scoredNumber of red balls on the table.
1170 Free ballFree ball event


XSA (DC)Points scored-
1171 Snooker foulSnooker foul event occurs


XSA (DC)Points scored-
1173 RerackUsed when the balls on the table are being reracked


XSA (DC)--
1174 Remove ballBall removed in snooker


XSA (DC)Number of red balls left on the table.Least valuable color left on table.
1175  Add ballBall added in snooker


XSA (DC)Number of red balls left on the table.Least valuable color left on table.
1186 Table readySnooker table is readyXSA (DC)--
 1187 Play about to startSent when the play will (re)start in a couple of minutes.XSA (DC)--
1203Free 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

XML example
<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

ElementAttributes

AttributeDescriptionPossible values
Matchfirstserve

Which player has first serve of match.

Integer
numberofsets

How many sets are being played in the match.

Integer

Elements in the <match> element

XML example
<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

ElementAttributes

AttributeDescriptionPossible 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)

t1Amount of points home team.Integer
t2Amount of points away team.Integer
type

For what period in the match the points were scored.

String. Possible values:

  • match
  • frame
  • frame1
  • frame2
  • ...
  • frame 34
  • frame35
  • break
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)


teamWhich team has possession.

String. Possible values:

  • "home"
  • "away"

Attributes in the <event> element

XML example
<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

XML example
<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>
ElementAttributes

AttributeDescriptionPossible values
eventextrainfo

Attribute containing additional information about the event.

Long
extrainfosnooker

Attribute containing additional information about the event.

String
matchscoreScore for current match.

String. Format: "[home]:[away]" Example: "1:0"

framenumberFrame number in the match.Integer
framescoreFrame score.

String. Format: "[home]:[away]" Example: "1:0"

breakscoreBreak 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.