...
.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:
|
is_default_market | Possible values:
|
subtype | Possible values:
|
is_default | |
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 default outcome |
name | Name of the outcome e.g. Home, Under |
static_name | |
is_single_outcome | |
required_participant | Internal attribute. Possible values:
|
display_order | The parameter used to sort outcomes in the market |
...replacers | |
....replacer | |
id | |
name | |
format | |
description |
...
Code Block | ||
---|---|---|
| ||
<markets> <market id="1" sport_id="5" name="3way" static_name="3way" market_type_id="1" scope_id="2" has_replacer="yes" is_live="yes" is_prematch="yes" subtype="3-way" is_default="yes" display_order="1" description="Match result in regular time" status="active" ut="12356712"> <default_outcomes> <default_outcome id=1 name="#participant1#" static_name="Home" is_single_outcome="yes" required_participant="yes" display_order="1"/> <default_outcome id=2 name="Draw" static_name="Draw" is_single_outcome="yes" required_participant="no" display_order="2"> <default_outcome id=3 name="#participant2#" static_name="Away" is_single_outcome="yes" required_participant="yes" display_order="3"> </default_outcomes> <replacers> <replacer id="7" name="#participant1#" format="text" description="Name of the first participant connected to specific object" /> <replacer id="8" name="#participant2#" format="text" description="Name of the second participant connected to specific object" /> </replacers> </market> </markets> |
FAQ
Question | Answer | |
---|---|---|
1 | ||
2 | ||
3 |