Markets

Use the table below to map market_id to the correct human-readable market name and interpret the label_id for specific outcomes.

Market and Label ID Reference

Market IDMarket NameLabel ID Mapping
13Way Result (1x2)1: Home, 2: Away, 0: Draw
2Asian Handicap1: Home, 2: Away
3Goal Line (Asian)1: Under, 2: Over
4Match Goals (European)1: Under, 2: Over
5Corners — Asian Handicap1: Home, 2: Away
6Asian Total Corners1: Under, 2: Over
7Correct Score1 + Home + Away Score (e.g., 100: 0:0, 142: 4:2)
111st Half 3Way Result1: Home, 2: Away, 0: Draw
121st Half Asian Handicap1: Home, 2: Away
131st Half Goal Line1: Under, 2: Over
161st Half Asian Total Corners1: Under, 2: Over
171st Half Correct Score1 + Home + Away Score (e.g., 111: 1:1)
22n-Goal (Next Goal)1: Home, 2: Away, 0: No Goal
50Draw No Bet1: Home, 2: Away
51HT/FT111: 1/1, 100: X/X, 122: 2/2 (Standard codes)
52Odd/Even1: Odd, 2: Even
53BTTS1: Yes, 2: No
541st Half BTTS1: Yes, 2: No
552nd Half BTTS1: Yes, 2: No
56Team Corners11: H-Under, 12: H-Over, 21: A-Under, 22: A-Over
57Team Total Goals11: H-Under, 12: H-Over, 21: A-Under, 22: A-Over
58Double Chance10: Home/Draw, 2: Draw/Away, 12: Home/Away
59Clean Sheet11: H-Yes, 12: H-No, 21: A-Yes, 22: A-No
203Asian Total Cards1: Under, 2: Over

Implementation Notes

  • Next Goal (ID 22): The specific goal number (1st, 2nd, etc.) is found in the line property of the Odd object.
  • Correct Score (ID 7/17): The logic is always 1 followed by the score. To parse, remove the leading 1.
  • Compound IDs (ID 56/57/59): The first digit represents the team (1=Home, 2=Away) and the second represents the outcome.