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/ca49ed87-28ec-4b2f-b559-17142f6290aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca49ed87-28ec-4b2f-b559-17142f6290aa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "95f4db4b-bbed-4b91-80fd-7bc254bb2091",
    "completed": true,
    "last_updated": "2022-09-16T12:02:10.858087-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.36,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/95f4db4b-bbed-4b91-80fd-7bc254bb2091",
    "datetime": "2022-09-15T06:30:00-04:00",
    "cutoff_datetime": "2022-09-15T06:30:00-04:00",
    "name": "Astralis v. MOUZ",
    "bettypes": [
        {
            "id": "f6f5a6ef-be03-4e88-8435-349381f2266b",
            "match": "https://api-prod.gambitprofit.com/api/matches/ca49ed87-28ec-4b2f-b559-17142f6290aa/?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": 5562.0
                    },
                    {
                        "team": "Astralis",
                        "amount": 4438.0
                    }
                ],
                "expected_reward_tokens": 8787.24,
                "profit_sb": -212.76,
                "profit_sb_percentage": -2.36,
                "recommended": false
            },
            "lines": [
                {
                    "id": "379add98-4c35-4b6d-9bed-69a4fe74347c",
                    "gambit_id": "8c4422a8-e8fc-4705-9cd0-58fdcd7e32bd",
                    "last_updated": "2022-09-16T12:02:10.860897-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MOUZ",
                    "reward": "1.58000",
                    "odds": "1.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f5a6ef-be03-4e88-8435-349381f2266b/?format=api"
                },
                {
                    "id": "59d4fa18-a5dd-49bb-ab89-449f4faea29f",
                    "gambit_id": "d13d7264-c173-4d29-a27a-b4820ca0a974",
                    "last_updated": "2022-09-16T12:02:10.862042-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Astralis",
                    "reward": "1.98000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f5a6ef-be03-4e88-8435-349381f2266b/?format=api"
                }
            ]
        }
    ]
}