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/21aafb8d-9860-4203-b5cc-abffb1266e34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21aafb8d-9860-4203-b5cc-abffb1266e34",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "10942c5f-9f32-4f41-a59c-c9414f5a9a6b",
    "completed": true,
    "last_updated": "2022-09-17T22:02:02.942156-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.08,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/10942c5f-9f32-4f41-a59c-c9414f5a9a6b",
    "datetime": "2022-09-16T06:30:00-04:00",
    "cutoff_datetime": "2022-09-16T06:30:00-04:00",
    "name": "Astralis v. HEET",
    "bettypes": [
        {
            "id": "6b4b3ad3-2b70-4d66-a0cc-bfd8badd9a03",
            "match": "https://api-prod.gambitprofit.com/api/matches/21aafb8d-9860-4203-b5cc-abffb1266e34/?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": "Astralis",
                        "amount": 7419.0
                    },
                    {
                        "team": "HEET",
                        "amount": 2581.0
                    }
                ],
                "expected_reward_tokens": 8902.8,
                "profit_sb": -97.2,
                "profit_sb_percentage": -1.08,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c27854ba-c914-40f3-a721-3c10282f358e",
                    "gambit_id": "f0286337-fe5a-4644-8901-2d01c58dcbde",
                    "last_updated": "2022-09-17T22:02:02.945549-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Astralis",
                    "reward": "1.20000",
                    "odds": "1.22000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b4b3ad3-2b70-4d66-a0cc-bfd8badd9a03/?format=api"
                },
                {
                    "id": "c648fdb5-9fef-4afc-ae43-fe2eb7ace972",
                    "gambit_id": "76bbdeae-0d3c-4e3c-9ef2-fff57e607a91",
                    "last_updated": "2022-09-17T22:02:02.944563-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "HEET",
                    "reward": "3.45000",
                    "odds": "3.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b4b3ad3-2b70-4d66-a0cc-bfd8badd9a03/?format=api"
                }
            ]
        }
    ]
}