Markets

Starting Price (SP) markets are regular markets where the final odds are unknown at bet time.

Identify an SP market

Check the Market.ExtraParameters.

  • Market.ExtraParameters : { "IsSp": "true" } for SP markets.

Example:

{
  "extraParameters": {
    "MarketFeatures": "None",
    "ScratchedPositions": "[]",
    "IsExotics": "false",
    "IsFixedExotics": "false",
    "IsSp": "true"
  }
}

Selections in SP markets

Before the event starts, selection price/startingPrice is null.

You can still receive an indicative price. For example originalPrice. Do not treat it as the final SP odds.

Example:

Last updated