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/ffad8de5-c5f3-468a-a22b-c97e4b9f8aed/?format=api
{ "id": "ffad8de5-c5f3-468a-a22b-c97e4b9f8aed", "discount": "0.90", "sb_rate": "1.00", "gambit_id": "da070693-dafd-4c7f-a9fe-5e524681c47f", "completed": true, "last_updated": "2022-09-01T13:52:12.320723-04:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": 1.1, "sport_category": "CS:GO - ESL Pro League", "sport": "Esports", "url": "https://app.gambitrewards.com/match/da070693-dafd-4c7f-a9fe-5e524681c47f", "datetime": "2022-08-31T10:00:00-04:00", "cutoff_datetime": "2022-08-31T10:00:00-04:00", "name": "Team Vitality v. Team Endpoint", "bettypes": [ { "id": "d902e319-ad9f-462a-b164-e7c82b98c3d9", "match": "https://api-prod.gambitprofit.com/api/matches/ffad8de5-c5f3-468a-a22b-c97e4b9f8aed/?format=api", "name": "Pick the Winner", "created_at": "1969-12-31T19:00:00-05:00", "high_risk": { "possible": true, "name": "High Risk", "bet": [ { "team": "Team Vitality", "amount": 10000 } ], "expected_reward_tokens": 10900.0, "profit_sb": 1900.0, "profit_sb_percentage": 21.11, "recommended": true }, "med_risk": { "possible": false, "description": "Too few lines to bet on" }, "no_risk": { "possible": true, "name": "No Risk", "bet": [ { "team": "Team Vitality", "amount": 8348.0 }, { "team": "Team Endpoint", "amount": 1652.0 } ], "expected_reward_tokens": 9099.32, "profit_sb": 99.32, "profit_sb_percentage": 1.1, "recommended": true }, "lines": [ { "id": "e95e029c-3b9e-4577-bb8a-70297ef7493b", "gambit_id": "a215173f-18f5-4c21-98c3-00e8948171a5", "last_updated": "2022-09-01T13:52:12.323176-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Team Vitality", "reward": "1.09000", "odds": "1.10000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d902e319-ad9f-462a-b164-e7c82b98c3d9/?format=api" }, { "id": "1353397b-2f61-4f15-8599-742f79edcb21", "gambit_id": "52d99110-33bd-4ce3-88e1-7b23ea6934d1", "last_updated": "2022-09-01T13:52:12.322246-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "Team Endpoint", "reward": "5.51000", "odds": "6.00000", "spread": null, "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d902e319-ad9f-462a-b164-e7c82b98c3d9/?format=api" } ] } ] }