Sport specific information for rugby.
Sport specific XML elements and attributes
This section explains what elements, sub-elements and attributes one can expect for rugby matches in addition to the standard elements and attributes.
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="alive" timestamp="1456304650377">
<Match active="1" betstatus="stopped" matchid="1003188216" msgnr="37" score="1:0" setscores="1:0" status="ended"
/>
</BetradarLiveOdds>
XML attributes definition
Element | Attributes |
|
|
---|
| Attribute | Description | Possible values |
Match | setscores | Period_1 - Period_2 (aggregated score of all overtime and sudden death sequences - score of drop kick competition) So maximum up to 5 scores while 3 and 4 are optional in case of overtime and/or penalty shootout. | String For example: "1:0 - 1:0 - 0:0 - 0:0 - 0:1" |
XML configuration
Sport specific XML configurations for rugby.
(ID: 74) Multiple bets of same type active at once for rugby matches
The Live Odds system selects the most balanced bet (line, spread, etc) out of all available ones for each market, and only this one will be sent out to the client system. Enabling this setting will allow multiple bets of the same type to be sent out at once, not only the most balanced ones. E.g. for the total market in soccer the most balanced line would be 2.5. When enabling the setting, total 1.5 and 3.5 would be sent as well.
(ID: 135) Add new attribute with extended matchtime info for Rugby
When this is activated, a new attribute matchetime_extended will be included in the match element, showing more detailed matchtime information.
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="change" timestamp="1199777649605">
<Match betstatus="started" matchid="4761252" matchtime="41" matchtime_extended="40:48" active="1" msgnr="88" score="0:0" setscores=
"0:0" status="1p">
</BetradarLiveOdds>
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="change" timestamp="1199777659034">
<Match betstatus="started" matchid="4761252" matchtime="45" matchtime_extended="45:00 +02:30" active="1" msgnr="88" score="0:0"
setscores="0:0" status="1p">
</BetradarLiveOdds>
Match statuses
ID | Status | Status description | Additional information |
---|
0 | not_started | Not started yet | - |
6 | 1p | 1st period of the match | - |
31 | paused | Match pause | - |
7 | 2p | 2nd period of the match | - |
100 | ended | The match has ended | - |
32 | awaiting_ot | Waiting for overtime to start | This match status is not used unless the corresponding XML configuration is enabled. |
40 | ot | Overtime (in case a match goes to extra time) | - |
41 | 1p_ot | 1st overtime period | - |
33 | ot_ht | Pause between 1st and 2nd overtime period | This match status is not used unless the corresponding XML configuration is enabled. |
42 | 2p_ot | 2nd overtime period | - |
110 | after_ot | Match finished after overtime | This match status is not used unless the corresponding XML configuration is enabled. |
34 | awaiting_pen | Wating for penalty shoot-out to start | This match status is not used unless the corresponding XML configuration is enabled. |
50 | pen | Penalty shoot-out | - |
120 | ended | The match has ended after penalties | - |
443 | awaiting_sd | Before sudden death | - |
440 | SD | Sudden death | - |
444 | after_sd | After sudden death | - |
60 | postponed | The match has been postponed | - |
80 | interrupted | The match has been interrupted | - |
90 | abandoned | The match has been abandoned | This match status is not used unless the corresponding XML configuration is enabled |