Matches - Instance
Matches can be viewed and edited (when logged in).
Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result.
Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/e4f340ed-c95b-4a60-a9e7-6c501f3d24ca/?format=api
{ "id": "e4f340ed-c95b-4a60-a9e7-6c501f3d24ca", "discount": "0.95", "sb_rate": "1.00", "gambit_id": "63c4ab6b-f300-4778-a958-8453631a4a64", "completed": true, "last_updated": "2023-01-28T19:32:19.722314-05:00", "created_at": "2023-01-24T19:12:10.482433-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -7.85, "sport_category": "BKFC 35", "sport": "Boxing/UFC", "url": "https://app.gambitrewards.com/match/63c4ab6b-f300-4778-a958-8453631a4a64", "datetime": "2023-01-27T21:00:00-05:00", "cutoff_datetime": "2023-01-27T21:00:00-05:00", "name": "Gibson vs Inclan", "bettypes": [ { "id": "bb06d99a-97d7-411b-b689-46107b555120", "match": "https://api-prod.gambitprofit.com/api/matches/e4f340ed-c95b-4a60-a9e7-6c501f3d24ca/?format=api", "name": "Pick the Winner", "created_at": "2023-01-24T19:12:10.484358-05:00", "high_risk": { "possible": false, "description": "There is no line under 1.10 reward" }, "med_risk": { "possible": false, "description": "Too few lines to bet on" }, "no_risk": { "possible": true, "name": "No Risk", "bet": [ { "team": "Devin Gibson", "amount": 6633.0 }, { "team": "Albert Inclan", "amount": 3367.0 } ], "expected_reward_tokens": 8754.2, "profit_sb": -745.8, "profit_sb_percentage": -7.85, "recommended": false }, "lines": [ { "id": "d777da06-bb48-49c6-97ce-7544d1967f13", "gambit_id": "69802a06-c794-4bd1-9074-9f1f8d3628ca", "last_updated": "2023-01-28T19:32:19.726270-05:00", "created_at": "2023-01-24T19:12:10.487268-05:00", "name": "Devin Gibson", "reward": "1.32000", "odds": "1.40000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb06d99a-97d7-411b-b689-46107b555120/?format=api" }, { "id": "3a04c2aa-08d6-4a77-b2e6-a078f49d9262", "gambit_id": "a3be80d9-54fe-4c3a-9c9f-bd0cd8e3778b", "last_updated": "2023-01-28T19:32:19.724980-05:00", "created_at": "2023-01-24T19:12:10.485930-05:00", "name": "Albert Inclan", "reward": "2.60000", "odds": "3.00000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb06d99a-97d7-411b-b689-46107b555120/?format=api" } ] } ] }