The score of a match is always included in the XML, even if the score did not change.
<BetradarLiveOdds xmlns="http://www.betradar.com/BetradarLiveOdds" status="change" timestamp="1414364604992">
<Match active="1" betstatus="started" matchid="5867680" matchtime="1" msgnr="5" score="0:0" setscores="0:0" status="1p">
<!-- Odds information goes here -->
</Match>
</BetradarLiveOdds>
XML attributes definition
Element | Attributes |
---|
| Attribute | Description | Possible values |
Match | score | Current score in the match. | String Format: "[homescore]:[awayscore]" Before the match has started the value will be "-:-" |
setscores | This will contain the scores for all periods/sets that have ended, overtime (aggregated in case of multiple overtimes) and penalty shootout). | String Format: "[score1] - [score2] ..." Example: "7:6 - 3:6" |