Advertisement
stevekamau

StrippedEvents.json

Apr 7th, 2021
946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.85 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.         "urn": "sr:match:26490356",
  16.         "product": "sports",
  17.         "game_id": 6856,
  18.         "name": "FC Porto vs. Chelsea FC",
  19.         "title": "UEFA Champions League, International Clubs",
  20.         "slug": "fc-porto-vs-chelsea-fc",
  21.         "type": "match",
  22.         "path": "soccer/international-clubs/uefa-champions-league",
  23.         "date": "2021-04-07",
  24.         "starts_at": "Apr 07, 22:00",
  25.         "bet_closure": 1617822000000,
  26.         "priority": 996,
  27.         "flags": 0,
  28.         "clock": null,
  29.         "is_live": false,
  30.         "is_bettable": true,
  31.         "market_count": 176,
  32.         "competitors": [{
  33.                 "urn": "sr:competitor:3002",
  34.                 "name": "FC Porto",
  35.                 "qualifier": "home",
  36.                 "position": 0,
  37.                 "score": "0"
  38.             },
  39.             {
  40.                 "urn": "sr:competitor:38",
  41.                 "name": "Chelsea FC",
  42.                 "qualifier": "away",
  43.                 "position": 1,
  44.                 "score": "0"
  45.             }
  46.         ],
  47.         "main_market_lines": {
  48.             "specifiers": "",
  49.             "market_id": 1,
  50.             "name": "1x2",
  51.             "status": "Active",
  52.             "is_active": true,
  53.             "is_bettable": true,
  54.             "outcomes": [{
  55.                     "id": "1",
  56.                     "name": "FC Porto",
  57.                     "odds": "5.4",
  58.                     "code": "1",
  59.                     "player_outcome": "False",
  60.                     "probability": "0.18121242276228672",
  61.                     "is_active": true,
  62.                     "is_bettable": true
  63.                 },
  64.                 {
  65.                     "id": "2",
  66.                     "name": "draw",
  67.                     "odds": "3.6",
  68.                     "code": "X",
  69.                     "player_outcome": "False",
  70.                     "probability": "0.27351802092310634",
  71.                     "is_active": true,
  72.                     "is_bettable": true
  73.                 },
  74.                 {
  75.                     "id": "3",
  76.                     "name": "Chelsea FC",
  77.                     "odds": "1.82",
  78.                     "code": "2",
  79.                     "player_outcome": "False",
  80.                     "probability": "0.5452695566485524",
  81.                     "is_active": true,
  82.                     "is_bettable": true
  83.                 }
  84.             ]
  85.         }
  86.     }]
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement