Bet Types
Retrieve a listing of all available bet types.
GET https://data.unabated.com/bettype
URL Parameters
|
Field |
Type |
Description |
|
|
String |
The datetime after which changes or additions occurred to the bet types (in UTC time, ISO 8601 format). Will only return those rows. If null/empty, then all bet types are returned. |
Response Fields
|
Attribute |
Type |
Description |
|
|
Integer |
The unique identifier for the bet type. |
|
|
String or null |
The display name of the bet type. |
|
|
String or null |
A detailed description of the bet type, if available. |
|
|
String or null |
Indicates what is being bet on. |
|
|
String or null |
Describes the sides for this bet type. |
|
|
Boolean |
Indicates if the bet type can result in a draw. |
|
|
Boolean |
Indicates if the bet type involves point values. |
|
|
Boolean |
Indicates if the bet type is currently active. |
|
|
String or Null |
Describes how selections are counted for this bet type. |
|
|
String or null |
The range for this bet type. |
|
|
Integer |
The unique identifier for the bet type. Currently a duplicate of |
|
|
Boolean |
Indicates if the bet type is a future bet. |
|
|
String or null |
The last modification date and time in ISO 8601 format, if available. |