Advertisement
stevekamau

EventsDetails.json

Apr 7th, 2021
1,009
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.93 KB | None | 0 0
  1. {
  2.     "status": {
  3.         "ok": true,
  4.         "code": 200,
  5.         "desc": "OK"
  6.     },
  7.     "etag": "7765fd3c9c574dcf8f97ae404ae93a0e/0:20",
  8.     "timestamp": 1617799079954,
  9.     "paginator": {
  10.         "index": 0,
  11.         "pagesize": 20,
  12.         "length": 143
  13.     },
  14.     "data": [{
  15.         "market_lines": [{
  16.             "specifiers": "",
  17.             "market_id": 1,
  18.             "name": "1x2",
  19.             "status": "Active",
  20.             "is_active": true,
  21.             "is_bettable": true,
  22.             "outcomes": [{
  23.                     "id": "1",
  24.                     "name": "FC Porto",
  25.                     "odds": "5.4",
  26.                     "code": "1",
  27.                     "player_outcome": "False",
  28.                     "probability": "0.18121242276228672",
  29.                     "is_active": true,
  30.                     "is_bettable": true
  31.                 },
  32.                 {
  33.                     "id": "2",
  34.                     "name": "draw",
  35.                     "odds": "3.6",
  36.                     "code": "X",
  37.                     "player_outcome": "False",
  38.                     "probability": "0.27351802092310634",
  39.                     "is_active": true,
  40.                     "is_bettable": true
  41.                 },
  42.                 {
  43.                     "id": "3",
  44.                     "name": "Chelsea FC",
  45.                     "odds": "1.82",
  46.                     "code": "2",
  47.                     "player_outcome": "False",
  48.                     "probability": "0.5452695566485524",
  49.                     "is_active": true,
  50.                     "is_bettable": true
  51.                 }
  52.             ]
  53.         }, {
  54.             "specifiers": "",
  55.             "market_id": 10,
  56.             "name": "Double chance",
  57.             "status": "Active",
  58.             "is_active": true,
  59.             "is_bettable": true,
  60.             "outcomes": [{
  61.                     "id": "10",
  62.                     "name": "FC Porto or Chelsea FC",
  63.                     "odds": "1.32",
  64.                     "code": "12",
  65.                     "player_outcome": "False",
  66.                     "probability": "0.7264854523408131",
  67.                     "is_active": true,
  68.                     "is_bettable": true
  69.                 },
  70.                 {
  71.                     "id": "11",
  72.                     "name": "draw or Chelsea FC",
  73.                     "odds": "1.19",
  74.                     "code": "X2",
  75.                     "player_outcome": "False",
  76.                     "probability": "0.8186530430415389",
  77.                     "is_active": true,
  78.                     "is_bettable": true
  79.                 },
  80.                 {
  81.                     "id": "9",
  82.                     "name": "FC Porto or draw",
  83.                     "odds": "2.01",
  84.                     "code": "1X",
  85.                     "player_outcome": "False",
  86.                     "probability": "0.4548615043442388",
  87.                     "is_active": true,
  88.                     "is_bettable": true
  89.                 }
  90.             ]
  91.         }]
  92.     }]
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement