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/37ba9a90-5708-4938-acd2-63db740e69dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37ba9a90-5708-4938-acd2-63db740e69dd",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "b0ad6fe7-4d03-42fa-bfd8-4fbc9843234a",
    "completed": true,
    "last_updated": "2022-09-12T11:32:05.698168-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/b0ad6fe7-4d03-42fa-bfd8-4fbc9843234a",
    "datetime": "2022-09-11T13:30:00-04:00",
    "cutoff_datetime": "2022-09-11T13:30:00-04:00",
    "name": "G2 Esports v. Outsiders",
    "bettypes": [
        {
            "id": "220a0a64-7d73-4e8d-9120-2e2de8832b6b",
            "match": "https://api-prod.gambitprofit.com/api/matches/37ba9a90-5708-4938-acd2-63db740e69dd/?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": "Outsiders",
                        "amount": 3461.0
                    }
                ],
                "expected_reward_tokens": 8893.04,
                "profit_sb": -106.96,
                "profit_sb_percentage": -1.19,
                "recommended": false
            },
            "lines": [
                {
                    "id": "aa5ed965-8c1f-4f5e-9911-35d32ba723ac",
                    "gambit_id": "8f8a6ecf-a009-4153-8afc-eaef0d456f01",
                    "last_updated": "2022-09-12T11:32:05.701961-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/220a0a64-7d73-4e8d-9120-2e2de8832b6b/?format=api"
                },
                {
                    "id": "3f1c70a1-1fa8-4b8b-a2a9-e93a9045eeed",
                    "gambit_id": "5236a12a-0531-4f00-ab62-622dd93db4fd",
                    "last_updated": "2022-09-12T11:32:05.700819-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Outsiders",
                    "reward": "2.57000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/220a0a64-7d73-4e8d-9120-2e2de8832b6b/?format=api"
                }
            ]
        }
    ]
}