Betstop Descriptions
This endpoint returns a list of all possible reasons for betstop.
Lists all possible reasons why a bet may be stopped.
Authorizations
Responses
200
successful operation
application/xml
401
Unauthorized
application/json
403
Access denied
application/json
500
Internal server error
application/json
get
GET /v1/descriptions/betstop_reasons.xml HTTP/1.1
Host: global.api.betradar.com
x-access-token: YOUR_API_KEY
Accept: */*
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<betstop_reasons_descriptions response_code="OK">
<betstop_reason id="0" description="UNKNOWN"/>
<betstop_reason id="1" description="POSSIBLE_GOAL"/>
<betstop_reason id="2" description="POSSIBLE_RED_CARD"/>
<betstop_reason id="3" description="SCOUT_LOST"/>
<betstop_reason id="4" description="POSSIBLE_GOAL_HOME"/>
<betstop_reason id="5" description="POSSIBLE_GOAL_AWAY"/>
<betstop_reason id="6" description="POSSIBLE_RED_CARD_HOME"/>
<betstop_reason id="7" description="POSSIBLE_RED_CARD_AWAY"/>
<betstop_reason id="8" description="POSSIBLE_PENALTY"/>
<betstop_reason id="9" description="POSSIBLE_PENALTY_HOME"/>
<betstop_reason id="10" description="POSSIBLE_PENALTY_AWAY"/>
...
<betstop_reason id="89" description="POSSIBLE_VIDEO_ASSISTANT_REFEREE_AWAY"/>
</betstop_reasons_descriptions>
Excerpt of Betstop examples
<betstop_reasons>
<betstop_reason id="12" description="Match ended"/>
<betstop_reason id="1" description="Possible goal"/>
<betstop_reason id="0" description="Unspecified"/>
<betstop_reason id="-1" description="Loss of TV coverage"/>
<betstop_reason id="-2" description="Loss of connection to scout"/>
</betstop_reasons>
Last updated
Was this helpful?