A tv channel named "Scout" is added to meta message for scout matches.
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="meta" timestamp="1394788377983">
<Match active="1" booked="0" matchid="1271072" sourceid="" status="1q">
<MatchInfo>
<DateOfMatch>1394787895000</DateOfMatch>
<Sport id="20">Table tennis</Sport>
<Category id="3">ATP</Category>
<Tournament id="18953">Miami, USA</Tournament>
<HomeTeam id="4783" uniqueid="1764">AIK</HomeTeam>
<AwayTeam id="5259" uniqueid="1786">GAIS GÖTEBORG</AwayTeam>
<TvChannels>
<TvChannel>Scout</TvChannel>
</TvChannels>
</MatchInfo>
</Match>
</BetradarLiveOdds>
XML attributes definition
Element | Attributes |
---|
| Attribute | Description | Possible values |
TvChannel | - | The element contains the name of the source/tvchannel. | String "Scout" if the match is a scoutmatch |
An attribute type with value "scoutmatch" is added to the <BetradarLiveOdds> element.
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="change" timestamp="1395839620340" type="scoutmatch">
<Match active="1" betstatus="started" matchid="1271072" matchtime="1" msgnr="10755" score="1:0" setscore1="1:0" status="1p" />
</BetradarLiveOdds>
XML attributes definition
Element | Attributes |
---|
| Attribute | Description | Possible values |
BetradarLiveOdds | type | Optional attribute explaining what type of match it is. | String "scoutmatch" if the match is also a scoutmatch |