...
.markets | |
---|---|
..market | |
id | Unique identifier of the market |
sport_id | Identifier for the sport |
name | Market name's pattern including replacers. It's used to generate final market name for specific event |
static_name | Static name of the market |
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:
|
display_order | The parameter used to sort markets |
description | Description of the market |
status | Possible values:
|
ut | Information about the date and time of when the record was last updated. Format UNIX_TIMESTAMP |
...default_outcomes | |
....default_outcome | |
id | Identifier of the outcome |
name | Name of the outcome e.g. Home, Under |
patternstatic name | Patter of the outcome name e.g. Under #param# |
display_order | The parameter used to sort outcomes in the market |
...
Code Block | ||
---|---|---|
| ||
<markets> <market id="1" sport_id="" name="" alternative_namestatic_name="" market_type_id="" scope_id="" has_replacer="yes" is_live="yes" is_prematch="live" subtype="3-way" display_order="1" description=""> <default_outcomes> <default outcome id=1 name="" static name="" display_order="1"/> <default outcome id=2 name="" static name="" display_order="2"> <default outcome id=13 name="" static name="" display_order="3"> </default_outcomes> </market> </markets> |