Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • Domain

Markets

Written by Michael Kent

Updated at March 6th, 2026

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Betgate Cluster Integration
  • Domain
  • Markets description
    AmericanFootball AnyOther AustralianFootball Badminton Bandy Baseball Basketball Bowls BeachFootball BeachVolleyball Biathlon Boxing Chess Cricket Curling Darts Entertainment ESport FieldHockey Floorball Football Futsal Golf Handball HorceRacing IceHockey Kabaddi MMA MotorSport Olympics Politics Rugby Snooker Squash TableTennis Tennis UFC Volleyball Waterpolo
  • Risk Management
+ More

Table of Contents

Markets snapshot message Examples

Markets description

 

Market JSON description:

{
  "eventId": string, // Event string id 
  "markets": [
    {
      "key": {
        "eventId": string, // Event string id 
        "tradingType": int, // Type of trading is the same as ResultKind in market description and market results (for example could be barket Win in goals, Win in yellow cards or corners, etc.)
        "marketType": int, // Type of market, for detail information please look at document described markets or on metadata service 
        "period": int, // Period of match 
        "subPeriod": nullable int, // Subperiod for match - depends on sport
        "layout": nullable string, // use for market splitting on site and for free form markets (see FeeForm page for detailed information)
      },
      "marketItems": [  //markey item is trading position like as Total, Fora, etc.
        {
          "values": [array of string], //market item values
          "isOpen": bool, //shows that market is open for trading
          "outcomes": [ //array of outcomes
            {
              "outcomeType": int, //id type of outcome
              "outcomeValues": [array of string], //parameters of outcome
              "price": double, //price or coefficient for outcome
              "status": string, //status of outcome - opened, suspended, removed
              "lineItemId": string, //parent market group for current market, required for bet acceptance, if it is empty please look at market item lineItemId
              "selectionKey": string, //outcome identificator for bet acceptance
              "dataVersion": int //version of data entity, resets if outcome closes and then reopens
            },
          ],
          "oddsMultipliers": Map, //map with brand as a key, values are odds multipliers that should be multiply to coefficient per brand
          "isRemoved": bool // shows if marketItem (trading position in market) was removed
          "tradingInfoCustomization": Map // map with brand as a key, values are customization of limits and delay per brand
        }
      ],
      "status": string, // market status - opened, suspended
      "stage": string,  //market stage - Live or Prematch
      "parlaySize": int, //parlay size
       "dataVersion": int, //version of data entity
      "sport": string, // market sport
      "visibility": Map, //map with visibility of market per brand
      "tradingInfo": { //trading information 
        "limit": {
          "type": string, // type of limit on bet - Liability or Bet
          "amount": int // amount of limit in US $
        },
        "delay": double // delay for bet acceptance in seconds
      }
    }
  ],
  "dataVersion": int, //version of data entity
  "timestamp": DateTime // date time with time zone of last update
  "isFrozen": bool, //shows that markets are suspended for trading
  "tradingInfos": [  //trading information for matkets group (line item)
        {
            "lineItemId": string //id of line item for which apply this trading information ,
            "limit": {
                "type": "Liability",    // tpe of limit, supported Liability only
                "amount": int // amount of limit
            },
            "delay": int, // delay for bet acception
            "parlaySize": int, // allowed express size
            "isCashoutAllowed": bool, // cashout allowed or not
            "isOveraskAllowed": bool, //overask allowed or not
        }
    ],
  "isBookedForLive": bool, //show that markets was booked for In-Play stage
  "isBookedForPrematch": bool, //show that markets was booked for Prematch stage 
  "feedType": string //feed type, e.a. GT, BT

}

Trading Types:

  • Match
  • UniEvent
  • Tournament
  • Comparison
  • HomeAway
  • Corners
  • YellowCards
  • Fouls
  • ShotsAll
  • ShotsOnTarget
  • MatchStat
  • Offsides
  • BallPossessions
  • SOG
  • PIM
  • Aces
  • DoubleFaults
  • ThreePoints
  • Rebounds
  • Assists
  • Steals
  • Statistics

Statuses:

  • Open - open for trading (whole market, market item or separate outcome)
  • Suspended - close for trading but odds updating
  • Removed - item was closed

* If a market was presented in previous message but disappeared in the current message - it means that the market was closed and should be removed from the current line on a site. The same for separate market item or outcome.

How to calculate odd with customization In oddsMultipliers field you can see map where key is brand and value odd multiplier

"oddsMultipliers":

{
    "MYBRAND1": 0.987,
    "MYBRAND2": 0.972
}

for calculation of odd for bet placement you should multiply odd price from outcome to odd multiplier per brand: customPrice = Math.Round(customPrice - 0.005M, 2, MidpointRounding.AwayFromZero);
for example - "price": 1.48,

"oddsMultipliers": 

{
 "MYBRAND1": 0.98580885
},

1.48 * 0.98580885 = 1.458997098, after round customized price is 1.45 - this price sghould used for bet placement

Markets snapshot message

Every market message represents a current snapshot of markets available for betting. If previously active market is missing in new snapshot, it should be immediately closed for reception.

The same logic applies for tombstone messages where markets is an empty array or event markets message (with event id in routing key) is an empty message, which means that all reception should be closed for the event like the following:

{
	"eventId": "14897681",
	"stage": "Live",
	"markets": [],
	"timestamp": "2025-11-19T10:14:28.250131Z",
	"sourceTimestamp": "2025-11-19T10:14:28.250144Z"
}
{
	"eventId": "14897681",
	"stage": "Prematch",
	"markets": [],
	"timestamp": "2025-11-19T10:14:28.256718Z",
	"sourceTimestamp": "2025-11-19T10:14:28.256725Z"
}

Examples

{
    "eventId": "15239407",
    "stage": "Live",
    "markets": [
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 145,
                "period": 0,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 0,
                            "outcomeValues": [],
                            "price": 1.85,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[145,[],[0],1,0,[]]",
                            "dataVersion": 50,
                            "probability": 0.50541,
                            "limitPercentage": 1.5
                        },
                        {
                            "outcomeType": 3,
                            "outcomeValues": [],
                            "price": 1.89,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[145,[],[0],1,3,[]]",
                            "dataVersion": 51,
                            "probability": 0.49459,
                            "limitPercentage": 1.5
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06953411
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06964107
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 2,
                "period": 2,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 0,
                            "outcomeValues": [],
                            "price": 2.53,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[2,[],[2],1,0,[]]",
                            "dataVersion": 48,
                            "probability": 0.35973,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 1,
                            "outcomeValues": [],
                            "price": 12.0,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[2,[],[2],1,1,[]]",
                            "dataVersion": 48,
                            "probability": 0.0782,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 3,
                            "outcomeValues": [],
                            "price": 1.62,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[2,[],[2],1,3,[]]",
                            "dataVersion": 48,
                            "probability": 0.56207,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.09576462
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.0958742
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": null,
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 3,
                "period": 2,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 8,
                            "outcomeValues": [],
                            "price": 2.12,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[3,[],[2],1,8,[]]",
                            "dataVersion": 48,
                            "probability": null,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 9,
                            "outcomeValues": [],
                            "price": 1.42,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[3,[],[2],1,9,[]]",
                            "dataVersion": 48,
                            "probability": null,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": null,
                    "customization": null,
                    "isRemoved": false,
                    "currentMargin": null
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 4,
                "period": 0,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [
                        "-1.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 1.96,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[-1.5],[0],1,86,[]]",
                            "dataVersion": 41,
                            "probability": 0.47568,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 1.78,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[-1.5],[0],1,87,[]]",
                            "dataVersion": 51,
                            "probability": 0.52432,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07189464
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07200183
                },
                {
                    "values": [
                        "-2.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 2.09,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[-2.5],[0],1,86,[]]",
                            "dataVersion": 34,
                            "probability": 0.44652,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 1.69,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[-2.5],[0],1,87,[]]",
                            "dataVersion": 34,
                            "probability": 0.55348,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07007787
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07018488
                },
                {
                    "values": [
                        "-3.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 2.25,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[-3.5],[0],1,86,[]]",
                            "dataVersion": 3,
                            "probability": 0.4147,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 1.6,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[-3.5],[0],1,87,[]]",
                            "dataVersion": 3,
                            "probability": 0.5853,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06933750
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06944444
                },
                {
                    "values": [
                        "1.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 1.74,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[1.5],[0],1,86,[]]",
                            "dataVersion": 51,
                            "probability": 0.53763,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 2.02,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[1.5],[0],1,87,[]]",
                            "dataVersion": 51,
                            "probability": 0.46237,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06965518
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06976215
                },
                {
                    "values": [
                        "2.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 1.65,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[2.5],[0],1,86,[]]",
                            "dataVersion": 51,
                            "probability": 0.56649,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 2.16,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[2.5],[0],1,87,[]]",
                            "dataVersion": 51,
                            "probability": 0.43351,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06891667
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06902357
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 4,
                "period": 2,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [
                        "1.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 1.98,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[1.5],[2],1,86,[]]",
                            "dataVersion": 49,
                            "probability": 0.47297,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 1.77,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[1.5],[2],1,87,[]]",
                            "dataVersion": 49,
                            "probability": 0.52703,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06991526
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07002226
                },
                {
                    "values": [
                        "2.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 1.79,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[2.5],[2],1,86,[]]",
                            "dataVersion": 49,
                            "probability": 0.52162,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 1.95,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[2.5],[2],1,87,[]]",
                            "dataVersion": 49,
                            "probability": 0.47838,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07137259
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07147973
                },
                {
                    "values": [
                        "3.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 86,
                            "outcomeValues": [],
                            "price": 1.65,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[3.5],[2],1,86,[]]",
                            "dataVersion": 49,
                            "probability": 0.56649,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 87,
                            "outcomeValues": [],
                            "price": 2.16,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[4,[3.5],[2],1,87,[]]",
                            "dataVersion": 49,
                            "probability": 0.43351,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06891667
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06902357
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 5,
                "period": 0,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [
                        "131.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 4,
                            "outcomeValues": [],
                            "price": 1.67,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[131.5],[0],1,4,[]]",
                            "dataVersion": 1,
                            "probability": 0.56,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 2.12,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[131.5],[0],1,5,[]]",
                            "dataVersion": 1,
                            "probability": 0.44,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07039347
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07050051
                },
                {
                    "values": [
                        "132.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 4,
                            "outcomeValues": [],
                            "price": 1.74,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[132.5],[0],1,4,[]]",
                            "dataVersion": 7,
                            "probability": 0.53763,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 2.02,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[132.5],[0],1,5,[]]",
                            "dataVersion": 7,
                            "probability": 0.46237,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06965518
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06976215
                },
                {
                    "values": [
                        "133.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 4,
                            "outcomeValues": [],
                            "price": 1.85,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[133.5],[0],1,4,[]]",
                            "dataVersion": 11,
                            "probability": 0.50541,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 1.89,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[133.5],[0],1,5,[]]",
                            "dataVersion": 11,
                            "probability": 0.49459,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06953411
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06964107
                },
                {
                    "values": [
                        "134.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 4,
                            "outcomeValues": [],
                            "price": 1.92,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[134.5],[0],1,4,[]]",
                            "dataVersion": 14,
                            "probability": 0.48649,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 1.82,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[134.5],[0],1,5,[]]",
                            "dataVersion": 14,
                            "probability": 0.51351,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07017686
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07028388
                },
                {
                    "values": [
                        "135.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 4,
                            "outcomeValues": [],
                            "price": 2.05,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[135.5],[0],1,4,[]]",
                            "dataVersion": 20,
                            "probability": 0.45576,
                            "limitPercentage": 0.75
                        },
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 1.72,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[135.5],[0],1,5,[]]",
                            "dataVersion": 20,
                            "probability": 0.54424,
                            "limitPercentage": 0.75
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06909332
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06920023
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 5,
                "period": 2,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [
                        "32.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 4,
                            "outcomeValues": [],
                            "price": 1.79,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[32.5],[2],1,4,[]]",
                            "dataVersion": 3,
                            "probability": 0.52162,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 1.95,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[32.5],[2],1,5,[]]",
                            "dataVersion": 3,
                            "probability": 0.47838,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07137259
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07147973
                },
                {
                    "values": [
                        "33.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 4,
                            "outcomeValues": [],
                            "price": 1.95,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[33.5],[2],1,4,[]]",
                            "dataVersion": 9,
                            "probability": 0.47838,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 1.79,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[33.5],[2],1,5,[]]",
                            "dataVersion": 9,
                            "probability": 0.52162,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07137259
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07147973
                },
                {
                    "values": [
                        "34.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 5,
                            "outcomeValues": [],
                            "price": 1.63,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[5,[34.5],[2],1,5,[]]",
                            "dataVersion": 11,
                            "probability": null,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.0
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": null
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 6,
                "period": 0,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 6,
                            "outcomeValues": [],
                            "price": 1.87,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[6,[],[0],1,6,[]]",
                            "dataVersion": 214,
                            "probability": 0.5,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 7,
                            "outcomeValues": [],
                            "price": 1.87,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[6,[],[0],1,7,[]]",
                            "dataVersion": 214,
                            "probability": 0.5,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06941177
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06951872
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 6,
                "period": 2,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 6,
                            "outcomeValues": [],
                            "price": 1.87,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[6,[],[2],1,6,[]]",
                            "dataVersion": 59,
                            "probability": 0.5,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 7,
                            "outcomeValues": [],
                            "price": 1.87,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[6,[],[2],1,7,[]]",
                            "dataVersion": 59,
                            "probability": 0.5,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06941177
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06951872
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 7,
                "period": 2,
                "subPeriod": null,
                "layout": "1"
            },
            "marketItems": [
                {
                    "values": [
                        "1",
                        "15.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 37,
                            "outcomeValues": [],
                            "price": 1.89,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[1,15.5],[2],1,37,[]]",
                            "dataVersion": 10,
                            "probability": 0.49459,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 38,
                            "outcomeValues": [],
                            "price": 1.85,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[1,15.5],[2],1,38,[]]",
                            "dataVersion": 10,
                            "probability": 0.50541,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06953411
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06964107
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 7,
                "period": 0,
                "subPeriod": null,
                "layout": "1"
            },
            "marketItems": [
                {
                    "values": [
                        "1",
                        "67.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 37,
                            "outcomeValues": [],
                            "price": 1.92,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[1,67.5],[0],1,37,[]]",
                            "dataVersion": 10,
                            "probability": 0.48649,
                            "limitPercentage": 1.5
                        },
                        {
                            "outcomeType": 38,
                            "outcomeValues": [],
                            "price": 1.82,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[1,67.5],[0],1,38,[]]",
                            "dataVersion": 10,
                            "probability": 0.51351,
                            "limitPercentage": 1.5
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07017686
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07028388
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 7,
                "period": 2,
                "subPeriod": null,
                "layout": "2"
            },
            "marketItems": [
                {
                    "values": [
                        "2",
                        "17.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 37,
                            "outcomeValues": [],
                            "price": 1.77,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[2,17.5],[2],1,37,[]]",
                            "dataVersion": 3,
                            "probability": 0.52703,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 38,
                            "outcomeValues": [],
                            "price": 1.98,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[2,17.5],[2],1,38,[]]",
                            "dataVersion": 3,
                            "probability": 0.47297,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06991526
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07002226
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 7,
                "period": 0,
                "subPeriod": null,
                "layout": "2"
            },
            "marketItems": [
                {
                    "values": [
                        "2",
                        "66.5"
                    ],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 37,
                            "outcomeValues": [],
                            "price": 1.85,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[2,66.5],[0],1,37,[]]",
                            "dataVersion": 1,
                            "probability": 0.50541,
                            "limitPercentage": 1.5
                        },
                        {
                            "outcomeType": 38,
                            "outcomeValues": [],
                            "price": 1.89,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[7,[2,66.5],[0],1,38,[]]",
                            "dataVersion": 1,
                            "probability": 0.49459,
                            "limitPercentage": 1.5
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.06953411
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.06964107
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        },
        {
            "sourceDataVersion": 218,
            "visibility": {
                "DEFAULT": true
            },
            "key": {
                "eventId": "15239407",
                "tradingType": 1,
                "marketType": 9,
                "period": 0,
                "subPeriod": null,
                "layout": null
            },
            "marketItems": [
                {
                    "values": [],
                    "isOpen": true,
                    "outcomes": [
                        {
                            "outcomeType": 14,
                            "outcomeValues": [],
                            "price": 10.0,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[9,[],[0],1,14,[]]",
                            "dataVersion": 214,
                            "probability": 0.09256,
                            "limitPercentage": 1.0
                        },
                        {
                            "outcomeType": 15,
                            "outcomeValues": [],
                            "price": 1.03,
                            "status": "Opened",
                            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
                            "selectionKey": "[9,[],[0],1,15,[]]",
                            "dataVersion": 214,
                            "probability": 0.90744,
                            "limitPercentage": 1.0
                        }
                    ],
                    "oddsMultipliers": {
                        "DEFAULT": 1.07076671
                    },
                    "customization": {
                        "DEFAULT": {
                            "absoluteLimit": null,
                            "delay": null
                        }
                    },
                    "isRemoved": false,
                    "currentMargin": 0.07087379
                }
            ],
            "status": "Opened",
            "stage": "Live",
            "parlaySize": 0,
            "dataVersion": 1,
            "sport": "Basketball",
            "tradingInfo": {
                "limit": {
                    "type": "Liability",
                    "amount": 100
                },
                "delay": 6.0
            },
            "isFrozen": false,
            "sourceTimestamp": "2025-12-23T14:21:53.628+00:00"
        }
    ],
    "isBookedForLive": true,
    "isBookedForPrematch": true,
    "tradingInfos": [
        {
            "lineItemId": "26564322da4040ecb9783d1ee56cbe5a",
            "limit": {
                "type": "Liability",
                "amount": 100
            },
            "delay": 6.0,
            "parlaySize": 0,
            "isCashoutAllowed": true,
            "isOveraskAllowed": true,
            "multibetAmountLimit": null
        }
    ],
    "isFrozen": false,
    "dataVersion": 216,
    "sourceDataVersion": 218,
    "timestamp": "2025-12-23T14:21:54.1474626Z",
    "sourceTimestamp": "2025-12-23T14:21:54.0603176Z",
    "removedTimestamp": null
    "feedType":"GT"
}

 

 

 

unnamed piece article without title

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • GT data feed: RabbitMQ Data Access
  • GT data feed: Selections translations
  • Betbazar Glossary
b2b worldwide
igaming marketplace
b2b worldwide
igaming marketplac
linkedin icon black
contact us
blog
BETBAZAR, 2024
PRIVACY POLICYTerms and Conditions
DESIGN BY OTHER LAND
Expand