Betradar - the betting arm of Sportradar

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
topOfPage
topOfPage
Excerpt Include
HideElements
HideElements
nopaneltrue

Excerpt Include
BetradarLogo
BetradarLogo
nopaneltrue

Panel

The Betradar system can, for various reasons, deactivate odds. It is possible that all odds for a match get deactivated, one entire bet type, or just one OddsField.

Code Block
languagexml
titleXML example
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="change" timestamp="1199777659034">
<Match active="1" betstatus="started" matchid="4761252" matchtime="41" matchtime_extended="40:48" msgnr="88" score="0:0" setscores="
0:0" status="1p">
<Odds active="1" changed="true" combination="0" freetext="Asian Handicap" ftr="-1.0" id="52891500" mostbalanced="0" specialoddsvalue
="-1.0" subtype="34" type="ft2w" typeid="7">
<OddsField active="1" type="1" typeid="17">2.15</OddsField>
<OddsField active="1" type="2" typeid="18">1.65</OddsField>
</Odds>
<Odds active="0" changed="false" combination="0" freetext="Asian Handicap" ftr="-1.25" id="52891512" mostbalanced="0"
specialoddsvalue="-1.25" subtype="34" type="ft2w" typeid="7"/>
<Odds active="1" changed="true" combination="0" freetext="Asian total first half " id="52891518" mostbalanced="0" specialoddsvalue="1.0"
subtype="35" type="ftnw" typeid="8">
<OddsField active="0" type="under" typeid="116"/>
<OddsField active="1" type="over" typeid="117">11.75</OddsField>
</Odds>
</Match>
</BetradarLiveOdds>

XML attributes definition

ElementAttributes

AttributeDescriptionPossible values
Match, Odds, OddsFieldactive

Whether this node is active. For example: A bet type can be active, but only 2 out of 3 OddsFields are active. This gives the opportunity to deactivate all odds for a match, an entire bet type, or just one Odds- Field for a bet type.

Integer
1 = active
0 = deactivated