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/4db560c7-a6ec-4d9a-8bfc-9447c04c5cc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4db560c7-a6ec-4d9a-8bfc-9447c04c5cc4",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "738f91c7-6fe2-4662-95d2-217e7b239a63",
    "completed": true,
    "last_updated": "2022-09-10T21:37:31.803537-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.19,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/738f91c7-6fe2-4662-95d2-217e7b239a63",
    "datetime": "2022-09-08T10:00:00-04:00",
    "cutoff_datetime": "2022-09-08T10:00:00-04:00",
    "name": "G2 Esports v. BIG",
    "bettypes": [
        {
            "id": "c17f5d85-d3a0-47c1-b5df-e5eadbe3d7cf",
            "match": "https://api-prod.gambitprofit.com/api/matches/4db560c7-a6ec-4d9a-8bfc-9447c04c5cc4/?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": "G2 Esports",
                        "amount": 6539.0
                    },
                    {
                        "team": "BIG",
                        "amount": 3461.0
                    }
                ],
                "expected_reward_tokens": 8893.04,
                "profit_sb": -106.96,
                "profit_sb_percentage": -1.19,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c745b94c-c360-4325-b791-c1cc7aed21a0",
                    "gambit_id": "a151ea74-d7f1-48dc-b8ad-7fb6f224084d",
                    "last_updated": "2022-09-10T21:37:31.807502-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "G2 Esports",
                    "reward": "1.36000",
                    "odds": "1.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c17f5d85-d3a0-47c1-b5df-e5eadbe3d7cf/?format=api"
                },
                {
                    "id": "13daeecb-4b83-4558-9f07-a17af8877fe7",
                    "gambit_id": "7b526a1d-26a0-4c4f-b10d-7d0b18c7044c",
                    "last_updated": "2022-09-10T21:37:31.806356-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BIG",
                    "reward": "2.57000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c17f5d85-d3a0-47c1-b5df-e5eadbe3d7cf/?format=api"
                }
            ]
        }
    ]
}