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/51cdb192-d200-4331-a4a1-e261be7be68d/?format=api
{ "id": "51cdb192-d200-4331-a4a1-e261be7be68d", "discount": "0.95", "sb_rate": "1.00", "gambit_id": "7467b465-7cb4-45ce-85b1-fe5ce7bcf813", "completed": true, "last_updated": "2022-10-03T19:22:04.023006-04:00", "created_at": "1969-12-31T19:00:00-05:00", "cutoff_passed": true, "max_no_risk_profit_sb_percentage": -2.63, "sport_category": "NCAAF Lines", "sport": "American Football", "url": "https://app.gambitrewards.com/match/7467b465-7cb4-45ce-85b1-fe5ce7bcf813", "datetime": "2022-10-01T19:00:00-04:00", "cutoff_datetime": "2022-10-01T19:00:00-04:00", "name": "East Carolina v. South Florida", "bettypes": [ { "id": "f2ec2f07-c7d1-4dff-9975-f72045d66f75", "match": "https://api-prod.gambitprofit.com/api/matches/51cdb192-d200-4331-a4a1-e261be7be68d/?format=api", "name": "Play the Odds", "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": "South Florida", "amount": 5000.0 }, { "team": "East Carolina", "amount": 5000.0 } ], "expected_reward_tokens": 9250.0, "profit_sb": -250.0, "profit_sb_percentage": -2.63, "recommended": false }, "lines": [ { "id": "3539f8ff-dfb2-4a27-9a83-e33168231d73", "gambit_id": "11316593-7378-4204-ad57-49957a10e9bb", "last_updated": "2022-10-03T19:22:04.025678-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "South Florida", "reward": "1.85000", "odds": "1.90910", "spread": "9.50", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2ec2f07-c7d1-4dff-9975-f72045d66f75/?format=api" }, { "id": "55e01c07-1484-4463-9b35-7407433c7550", "gambit_id": "b62d79a0-94db-40dc-a61c-6257f964107d", "last_updated": "2022-10-03T19:22:04.026872-04:00", "created_at": "1969-12-31T19:00:00-05:00", "name": "East Carolina", "reward": "1.85000", "odds": "1.90910", "spread": "-9.50", "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2ec2f07-c7d1-4dff-9975-f72045d66f75/?format=api" } ] } ] }