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/c3faf922-9020-4b61-9299-a3d00c450aa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3faf922-9020-4b61-9299-a3d00c450aa0",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ab3eda66-cea1-45be-aee1-25b3696a5e5e",
    "completed": true,
    "last_updated": "2022-09-16T12:02:09.341815-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.35,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/ab3eda66-cea1-45be-aee1-25b3696a5e5e",
    "datetime": "2022-09-14T06:30:00-04:00",
    "cutoff_datetime": "2022-09-14T06:30:00-04:00",
    "name": "MOUZ v. Heroic",
    "bettypes": [
        {
            "id": "848c9a7b-168b-41bf-943d-789a1ce7a635",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3faf922-9020-4b61-9299-a3d00c450aa0/?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": "Heroic",
                        "amount": 5670.0
                    },
                    {
                        "team": "MOUZ",
                        "amount": 4330.0
                    }
                ],
                "expected_reward_tokens": 8788.5,
                "profit_sb": -211.5,
                "profit_sb_percentage": -2.35,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0b1c901a-a5e8-4990-b684-0317580b0ce9",
                    "gambit_id": "9e8b7620-5bb1-4713-9acf-8e22e8911967",
                    "last_updated": "2022-09-16T12:02:09.344674-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Heroic",
                    "reward": "1.55000",
                    "odds": "1.62000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848c9a7b-168b-41bf-943d-789a1ce7a635/?format=api"
                },
                {
                    "id": "bc4df24e-cc74-4b70-871b-3be86381a3cb",
                    "gambit_id": "3da173f6-b3ee-433f-915b-a22533429c7e",
                    "last_updated": "2022-09-16T12:02:09.345863-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MOUZ",
                    "reward": "2.03000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848c9a7b-168b-41bf-943d-789a1ce7a635/?format=api"
                }
            ]
        }
    ]
}