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/3269975d-f90d-4a61-8aec-b25b995d0f45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3269975d-f90d-4a61-8aec-b25b995d0f45",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e962bb3e-2d3a-417f-830d-31bd22e87bab",
    "completed": true,
    "last_updated": "2022-08-18T10:51:56.366415-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.86,
    "sport_category": "League of Legends - LPL Summer Split",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/e962bb3e-2d3a-417f-830d-31bd22e87bab",
    "datetime": "2022-08-17T05:00:00-04:00",
    "cutoff_datetime": "2022-08-17T05:00:00-04:00",
    "name": "LNG Esports v. Bilibili Gaming",
    "bettypes": [
        {
            "id": "9d3a6ada-1622-47eb-9fe3-b70fc142c2e5",
            "match": "https://api-prod.gambitprofit.com/api/matches/3269975d-f90d-4a61-8aec-b25b995d0f45/?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": "LNG Esports",
                        "amount": 6373.0
                    },
                    {
                        "team": "Bilibili Gaming",
                        "amount": 3627.0
                    }
                ],
                "expected_reward_tokens": 8922.2,
                "profit_sb": -77.8,
                "profit_sb_percentage": -0.86,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0bd7825c-2300-4b79-8c63-1038ef390397",
                    "gambit_id": "eab9a23b-3e17-4b5d-af21-e96bbedc3ba1",
                    "last_updated": "2022-08-18T10:51:56.367822-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "LNG Esports",
                    "reward": "1.40000",
                    "odds": "1.44000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d3a6ada-1622-47eb-9fe3-b70fc142c2e5/?format=api"
                },
                {
                    "id": "5eab423b-1ec1-4631-bef6-b15171b55d6e",
                    "gambit_id": "7c57d648-3c7e-462a-84d3-81c047615d95",
                    "last_updated": "2022-08-18T10:51:56.367308-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Bilibili Gaming",
                    "reward": "2.46000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d3a6ada-1622-47eb-9fe3-b70fc142c2e5/?format=api"
                }
            ]
        }
    ]
}