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/c59327d0-4ce1-4186-a307-2b31e72079ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c59327d0-4ce1-4186-a307-2b31e72079ae",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3d6fd7bf-d9c8-4d45-b6e7-cc7a5da20253",
    "completed": true,
    "last_updated": "2022-09-19T09:52:27.279455-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.06,
    "sport_category": "CS:GO - ESL Pro League",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/3d6fd7bf-d9c8-4d45-b6e7-cc7a5da20253",
    "datetime": "2022-09-17T06:30:00-04:00",
    "cutoff_datetime": "2022-09-17T06:30:00-04:00",
    "name": "Heroic v. HEET",
    "bettypes": [
        {
            "id": "1aab5927-0357-4e2e-96db-cf1edb6ecbc0",
            "match": "https://api-prod.gambitprofit.com/api/matches/c59327d0-4ce1-4186-a307-2b31e72079ae/?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": "Heroic",
                        "amount": 7547.0
                    },
                    {
                        "team": "HEET",
                        "amount": 2453.0
                    }
                ],
                "expected_reward_tokens": 8904.39,
                "profit_sb": -95.61,
                "profit_sb_percentage": -1.06,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e62333f1-b1d3-48e7-922c-884cc299e00c",
                    "gambit_id": "ebfe05c7-c7d2-4881-abee-76987f122f14",
                    "last_updated": "2022-09-19T09:52:27.283427-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Heroic",
                    "reward": "1.18000",
                    "odds": "1.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aab5927-0357-4e2e-96db-cf1edb6ecbc0/?format=api"
                },
                {
                    "id": "93b094a4-22e4-4811-babf-d4ba333e672f",
                    "gambit_id": "b679d7ca-7416-43a8-9c2b-49fa925922cf",
                    "last_updated": "2022-09-19T09:52:27.282250-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "HEET",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aab5927-0357-4e2e-96db-cf1edb6ecbc0/?format=api"
                }
            ]
        }
    ]
}