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/18387c18-9b26-4286-86e9-b46d21c41ceb/?format=api
{ "id": "18387c18-9b26-4286-86e9-b46d21c41ceb", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "e3cba303-ae41-4181-a3b3-d61123f37531", "completed": true, "last_updated": "2022-08-12T09:57:15.281159-04:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -0.72, "sport_category": "Overwatch - Blizzard OW League", "sport": "Esports", "url": "https://app.gambitrewards.com/match/e3cba303-ae41-4181-a3b3-d61123f37531", "datetime": "2022-08-11T18:00:00-04:00", "cutoff_datetime": "2022-08-11T18:00:00-04:00", "name": "Los Angeles Gladiators v. Dallas Fuel", "bettypes": [ { "id": "9e0d1208-4b54-41a2-bead-8d642a7cee0a", "match": "https://api-prod.gambitprofit.com/api/matches/18387c18-9b26-4286-86e9-b46d21c41ceb/?format=api", "name": "Pick the Winner", "created_at": "1969-12-31T19:00:00-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": "Los Angeles Gladiators", "amount": 7447.0 }, { "team": "Dallas Fuel", "amount": 2553.0 } ], "expected_reward_tokens": 8935.5, "profit_sb": -64.5, "profit_sb_percentage": -0.72, "recommended": false }, "lines": [ { "id": "eab4be8d-b940-4d22-9479-a5ea87ea2d1b", "gambit_id": "5b67ef08-99e3-4e5e-8b4d-191e5af70782", "last_updated": "2022-08-12T09:57:15.282364-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Los Angeles Gladiators", "reward": "1.20000", "odds": "1.22000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0d1208-4b54-41a2-bead-8d642a7cee0a/?format=api" }, { "id": "8a408346-b8f2-4e28-ab6b-1e8598d5d806", "gambit_id": "02dcfe46-d054-4ade-bb33-1631c20863f8", "last_updated": "2022-08-12T09:57:15.281942-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Dallas Fuel", "reward": "3.50000", "odds": "3.75000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0d1208-4b54-41a2-bead-8d642a7cee0a/?format=api" } ] } ] }