Endpoint

Betstop descriptions

get

Lists all possible reasons why a bet may be stopped.

Authorizations
x-access-tokenstringRequired
Responses
200

successful operation

application/xml
get
/descriptions/betstop_reasons.xml
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>

Last updated

Was this helpful?