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/a85fb6a4-239d-49dd-9246-ce22e4ce1f4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a85fb6a4-239d-49dd-9246-ce22e4ce1f4e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "13709222-96d8-477c-b880-bdd735331833",
    "completed": true,
    "last_updated": "2022-09-11T20:12:16.652971-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.62,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/13709222-96d8-477c-b880-bdd735331833",
    "datetime": "2022-09-10T06:30:00-04:00",
    "cutoff_datetime": "2022-09-10T06:30:00-04:00",
    "name": "BIG v. FTW Esports",
    "bettypes": [
        {
            "id": "78d1560b-6bb6-419c-b6fc-2c81e33471f5",
            "match": "https://api-prod.gambitprofit.com/api/matches/a85fb6a4-239d-49dd-9246-ce22e4ce1f4e/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "BIG",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10300.0,
                "profit_sb": 1300.0,
                "profit_sb_percentage": 14.44,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "BIG",
                        "amount": 8879.0
                    },
                    {
                        "team": "FTW Esports",
                        "amount": 1121.0
                    }
                ],
                "expected_reward_tokens": 9145.37,
                "profit_sb": 145.37,
                "profit_sb_percentage": 1.62,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a2db8e88-04d9-4627-84ac-615ef0840da9",
                    "gambit_id": "f268864d-c42b-4e56-8b4b-226426333e58",
                    "last_updated": "2022-09-11T20:12:16.656761-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BIG",
                    "reward": "1.03000",
                    "odds": "1.03000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78d1560b-6bb6-419c-b6fc-2c81e33471f5/?format=api"
                },
                {
                    "id": "3e68b73e-8c28-4dc0-a24e-8e9d8c7625fd",
                    "gambit_id": "241c1fac-9fc8-4910-9fec-fb73cce9216a",
                    "last_updated": "2022-09-11T20:12:16.655655-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "FTW Esports",
                    "reward": "8.16000",
                    "odds": "9.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78d1560b-6bb6-419c-b6fc-2c81e33471f5/?format=api"
                }
            ]
        }
    ]
}