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/1f1fe2e8-88e2-4afe-bd67-b9f273cceaf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f1fe2e8-88e2-4afe-bd67-b9f273cceaf7",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d5df5a14-50dc-4e1f-96b4-a391ad7ff1f1",
    "completed": true,
    "last_updated": "2022-09-19T14:06:56.143678-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.43,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/d5df5a14-50dc-4e1f-96b4-a391ad7ff1f1",
    "datetime": "2022-09-18T13:30:00-04:00",
    "cutoff_datetime": "2022-09-18T13:30:00-04:00",
    "name": "MOUZ v. HEET",
    "bettypes": [
        {
            "id": "7e5a21ce-176c-4c03-b670-db3cbcc5b475",
            "match": "https://api-prod.gambitprofit.com/api/matches/1f1fe2e8-88e2-4afe-bd67-b9f273cceaf7/?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": "MOUZ",
                        "amount": 7725.0
                    },
                    {
                        "team": "HEET",
                        "amount": 2275.0
                    }
                ],
                "expected_reward_tokens": 8961.0,
                "profit_sb": -39.0,
                "profit_sb_percentage": -0.43,
                "recommended": false
            },
            "lines": [
                {
                    "id": "90dd05d5-9521-4de6-9f6a-0acaa783e843",
                    "gambit_id": "33b9252e-c110-4420-88f6-6bf908cef49b",
                    "last_updated": "2022-09-19T14:06:56.147573-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MOUZ",
                    "reward": "1.16000",
                    "odds": "1.18000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5a21ce-176c-4c03-b670-db3cbcc5b475/?format=api"
                },
                {
                    "id": "7148d8bf-9c22-4de1-986a-b9d704ec0430",
                    "gambit_id": "33da1327-4c10-48ec-abcd-7dfe48940afc",
                    "last_updated": "2022-09-19T14:06:56.146379-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "HEET",
                    "reward": "3.94000",
                    "odds": "4.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5a21ce-176c-4c03-b670-db3cbcc5b475/?format=api"
                }
            ]
        }
    ]
}