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/ba29b31d-f880-4e55-b9a0-6275cdd60563/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba29b31d-f880-4e55-b9a0-6275cdd60563",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "8355530a-c98e-4a19-8b2f-47be77cc73ca",
    "completed": true,
    "last_updated": "2022-11-11T21:42:11.236250-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.45,
    "sport_category": "CS:GO - Intel Extreme Masters",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/8355530a-c98e-4a19-8b2f-47be77cc73ca",
    "datetime": "2022-11-10T12:00:00-05:00",
    "cutoff_datetime": "2022-11-10T12:00:00-05:00",
    "name": "Outsiders v. Fnatic",
    "bettypes": [
        {
            "id": "8292728f-4638-4281-981f-3cdc72373a4e",
            "match": "https://api-prod.gambitprofit.com/api/matches/ba29b31d-f880-4e55-b9a0-6275cdd60563/?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": "Outsiders",
                        "amount": 5738.0
                    },
                    {
                        "team": "Fnatic",
                        "amount": 4262.0
                    }
                ],
                "expected_reward_tokens": 8779.14,
                "profit_sb": -220.86,
                "profit_sb_percentage": -2.45,
                "recommended": false
            },
            "lines": [
                {
                    "id": "aa17a936-2d93-474a-9317-3baec5a8464e",
                    "gambit_id": "26fec417-8150-414d-a1c2-1145c3198604",
                    "last_updated": "2022-11-11T21:42:11.240056-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Outsiders",
                    "reward": "1.53000",
                    "odds": "1.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8292728f-4638-4281-981f-3cdc72373a4e/?format=api"
                },
                {
                    "id": "62c2e2a9-a613-4cbb-93ed-807c1df47821",
                    "gambit_id": "29934966-821d-40e0-98e2-45c6b019923b",
                    "last_updated": "2022-11-11T21:42:11.238922-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Fnatic",
                    "reward": "2.06000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8292728f-4638-4281-981f-3cdc72373a4e/?format=api"
                }
            ]
        }
    ]
}