Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

.markets
..market
idUnique identifier of the market
sport_idIdentifier for the sport
nameMarket name's pattern including replacers. It's used to generate final market name for specific event
static_nameStatic name of the market
market_type_idIdentifier type for the market e.g. Totals, Asian, Corners 
scope_idUnique identifier for the scope 
has_replacer

Possible values:

  • yes - the market and their default outcomes of the market contains replacer
  • no - the market and their default outcomes of the market not contains replacer
is_live

Possible values:

  • yes - the market could be offer in live betting
  • no - the market couldn't be offer in live betting
is_prematch

Possible values:

  • yes - the market could be offer in prematch betting
  • no - the market couldn't be offer in prematch betting
subtype

Possible values:

  • 2-way:  the market includes 2 possible outcomes
  • 3-way: the market includes 3 possible outcomes
  • n-way: the market includes 1 or at least 4 possible outcomes
display_orderThe parameter used to sort markets
descriptionDescription of the market
status

Possible values:

  • active
  • inactive
utInformation about the date and time of when the record was last updated. Format UNIX_TIMESTAMP
...default_outcomes
....default_outcome
idIdentifier of the outcome
nameName of the outcome e.g. Home, Under
patternstatic namePatter of the outcome name e.g. Under #param#


display_orderThe parameter used to sort outcomes in the market

...

Code Block
languagexml
<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>