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/c8ec5a9f-35b9-452d-9669-8dc9d53317f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8ec5a9f-35b9-452d-9669-8dc9d53317f8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1b8c7504-c43b-4c3c-8ba9-cf88c5836ff7",
    "completed": true,
    "last_updated": "2022-08-15T21:37:19.548169-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.12,
    "sport_category": "League of Legends - LCS Summer",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/1b8c7504-c43b-4c3c-8ba9-cf88c5836ff7",
    "datetime": "2022-08-14T18:45:00-04:00",
    "cutoff_datetime": "2022-08-14T18:45:00-04:00",
    "name": "Golden Guardians v. Team Dignitas",
    "bettypes": [
        {
            "id": "61f26479-2f14-41d7-a139-cd5263954462",
            "match": "https://api-prod.gambitprofit.com/api/matches/c8ec5a9f-35b9-452d-9669-8dc9d53317f8/?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": "Golden Guardians",
                        "amount": 5742.0
                    },
                    {
                        "team": "Team Dignitas",
                        "amount": 4258.0
                    }
                ],
                "expected_reward_tokens": 8899.22,
                "profit_sb": -100.78,
                "profit_sb_percentage": -1.12,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f4bda1e4-1405-4313-9d2e-1adb1edc2602",
                    "gambit_id": "31d2b93e-3907-4e9b-95fa-bbf2bafd9dd1",
                    "last_updated": "2022-08-15T21:37:19.549519-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Golden Guardians",
                    "reward": "1.55000",
                    "odds": "1.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61f26479-2f14-41d7-a139-cd5263954462/?format=api"
                },
                {
                    "id": "d93544e2-1836-47ce-b19d-a737c71192cc",
                    "gambit_id": "90f0f4b9-d8ee-4fac-8be8-23c3915e735f",
                    "last_updated": "2022-08-15T21:37:19.549019-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Team Dignitas",
                    "reward": "2.09000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61f26479-2f14-41d7-a139-cd5263954462/?format=api"
                }
            ]
        }
    ]
}