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/a37f8412-a43c-453c-969f-d15899ef1f50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a37f8412-a43c-453c-969f-d15899ef1f50",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "bbfde4ae-862e-4428-a299-50415498c14b",
    "completed": true,
    "last_updated": "2023-01-23T12:02:20.277727-05:00",
    "created_at": "2023-01-19T22:56:58.200942-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -7.64,
    "sport_category": "CS:GO - Blast Pro Series",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/bbfde4ae-862e-4428-a299-50415498c14b",
    "datetime": "2023-01-20T12:30:00-05:00",
    "cutoff_datetime": "2023-01-20T12:30:00-05:00",
    "name": "G2 Esports v. BIG",
    "bettypes": [
        {
            "id": "4692afdd-a9ef-4c1c-a09e-8900f3bb7d08",
            "match": "https://api-prod.gambitprofit.com/api/matches/a37f8412-a43c-453c-969f-d15899ef1f50/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-19T22:56:58.202480-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": 6964.0
                    },
                    {
                        "team": "BIG",
                        "amount": 3036.0
                    }
                ],
                "expected_reward_tokens": 8774.04,
                "profit_sb": -725.96,
                "profit_sb_percentage": -7.64,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bbb7146d-8e9e-42d3-b2ab-96e8e38863a3",
                    "gambit_id": "d9370c9a-d4e8-4ef5-8919-bb55c437524c",
                    "last_updated": "2023-01-23T12:02:20.281342-05:00",
                    "created_at": "2023-01-19T22:56:58.205063-05:00",
                    "name": "G2 Esports",
                    "reward": "1.26000",
                    "odds": "1.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4692afdd-a9ef-4c1c-a09e-8900f3bb7d08/?format=api"
                },
                {
                    "id": "68690723-fea8-46e4-bb0b-576153bf455e",
                    "gambit_id": "8d704714-8835-4e67-9c37-b5d7b4638203",
                    "last_updated": "2023-01-23T12:02:20.280236-05:00",
                    "created_at": "2023-01-19T22:56:58.203741-05:00",
                    "name": "BIG",
                    "reward": "2.89000",
                    "odds": "3.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4692afdd-a9ef-4c1c-a09e-8900f3bb7d08/?format=api"
                }
            ]
        }
    ]
}