...
.markets | |
---|---|
..market | |
id | Unique identifier of the market |
sport_id | Identifier for the sport |
name | Name of the market e.g. Fulltime - 1x2 |
alternative name | |
market_type_id | Identifier type for the market e.g. Totals, Asian, Corners |
scope_id | Unique identifier for the scope |
has_replacer | Possible values:
|
is_live | Possible values:
|
is_prematch | Possible values:
|
subtype | Possible values:
|
status | Possible values:
|
description | Description of the market |
display_order | The parameter used to sort markets |
ut | Information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP |
...default_outcomes | |
id | Identifier of the outcome |
name | Name of the outcome e.g. Home, Under |
pattern | Patter of the outcome name e.g. Under #param# |
display_order | The parameter used to sort outcomes in the market |
Samples XML/JSON
Code Block | ||
---|---|---|
| ||
<markets>
<market id="1" sport_id="" name="" alternative_name="">
<default_outcomes id="12" name="" >
</markets> |