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/fd46cb0a-d30a-4538-bf81-f411d3baaad3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd46cb0a-d30a-4538-bf81-f411d3baaad3",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "85cce693-f699-4710-86fd-a353d4dd2a8a",
    "completed": true,
    "last_updated": "2022-09-11T20:02:05.435809-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.4,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/85cce693-f699-4710-86fd-a353d4dd2a8a",
    "datetime": "2022-09-09T10:00:00-04:00",
    "cutoff_datetime": "2022-09-09T10:00:00-04:00",
    "name": "BIG v. Mibr",
    "bettypes": [
        {
            "id": "b5e025ef-6819-4a62-952c-b12258459e93",
            "match": "https://api-prod.gambitprofit.com/api/matches/fd46cb0a-d30a-4538-bf81-f411d3baaad3/?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": "BIG",
                        "amount": 7100.0
                    },
                    {
                        "team": "Mibr",
                        "amount": 2900.0
                    }
                ],
                "expected_reward_tokens": 8874.0,
                "profit_sb": -126.0,
                "profit_sb_percentage": -1.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "48cf09bf-af11-4911-8e93-95cb45604750",
                    "gambit_id": "e645720c-8307-448d-825c-e7732bf28b79",
                    "last_updated": "2022-09-11T20:02:05.439794-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BIG",
                    "reward": "1.25000",
                    "odds": "1.28000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5e025ef-6819-4a62-952c-b12258459e93/?format=api"
                },
                {
                    "id": "893b935e-1748-4349-b33f-5659329f8167",
                    "gambit_id": "bae89bae-ea46-4492-8d64-9a555c4b3fab",
                    "last_updated": "2022-09-11T20:02:05.438733-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mibr",
                    "reward": "3.06000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5e025ef-6819-4a62-952c-b12258459e93/?format=api"
                }
            ]
        }
    ]
}