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/26165e97-4ce3-45a8-85a1-cab0561e073e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26165e97-4ce3-45a8-85a1-cab0561e073e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a82882ce-35b8-4035-95aa-db673305f48e",
    "completed": true,
    "last_updated": "2022-09-03T20:02:26.824552-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.92,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/a82882ce-35b8-4035-95aa-db673305f48e",
    "datetime": "2022-09-02T06:30:00-04:00",
    "cutoff_datetime": "2022-09-02T06:30:00-04:00",
    "name": "Natus Vincere v. Team Endpoint",
    "bettypes": [
        {
            "id": "197ac2ad-c58a-4d60-b37d-b44eaf3f028c",
            "match": "https://api-prod.gambitprofit.com/api/matches/26165e97-4ce3-45a8-85a1-cab0561e073e/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Natus Vincere",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10200.0,
                "profit_sb": 1200.0,
                "profit_sb_percentage": 13.33,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Natus Vincere",
                        "amount": 8993.0
                    },
                    {
                        "team": "Team Endpoint",
                        "amount": 1007.0
                    }
                ],
                "expected_reward_tokens": 9172.86,
                "profit_sb": 172.86,
                "profit_sb_percentage": 1.92,
                "recommended": true
            },
            "lines": [
                {
                    "id": "da419124-7d51-4135-b8ab-b849d6fdd035",
                    "gambit_id": "fcc17e25-e4a6-415d-8b57-ba4a975182e3",
                    "last_updated": "2022-09-03T20:02:26.828429-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Natus Vincere",
                    "reward": "1.02000",
                    "odds": "1.02000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197ac2ad-c58a-4d60-b37d-b44eaf3f028c/?format=api"
                },
                {
                    "id": "dd76e03f-5f52-420e-96ce-eee682f5a08a",
                    "gambit_id": "a0d0c46c-3901-4591-804a-01e6e1247600",
                    "last_updated": "2022-09-03T20:02:26.827305-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Team Endpoint",
                    "reward": "9.11000",
                    "odds": "10.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197ac2ad-c58a-4d60-b37d-b44eaf3f028c/?format=api"
                }
            ]
        }
    ]
}