As part of an API release due on 4th September, we’ll be adding a new betDelayModels field to the response of the listMarketBook and listRunnerBook operations. The field will be added to the Stream API at a later date (TBC).
This field will indicate a list of all the bet delay models applied to a market. Initially, this will include all tennis & baseball markets.
For now, only the PASSIVE bet delay model logic will be released. This indicates which in-play markets support no bet delays for passive orders i.e. orders that are guaranteed not to match immediately will bypass the in-play bet delay.
Order Requirements:
"result": [
{
"marketId": "1.179675904",
"isMarketDataDelayed": false,
"status": "OPEN",
"betDelayModels": [
"PASSIVE"
]
Betfair Developer Program
This field will indicate a list of all the bet delay models applied to a market. Initially, this will include all tennis & baseball markets.
For now, only the PASSIVE bet delay model logic will be released. This indicates which in-play markets support no bet delays for passive orders i.e. orders that are guaranteed not to match immediately will bypass the in-play bet delay.
Order Requirements:
- Only LIMIT orders are supported.
- Allowed persistenceType: LAPSE
- The following attributes are not supported and must be omitted: timeInForce, minFillSize, betTargetType.
"result": [
{
"marketId": "1.179675904",
"isMarketDataDelayed": false,
"status": "OPEN",
"betDelayModels": [
"PASSIVE"
]
Betfair Developer Program


Comment