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/3869fc6c-3891-4691-badc-e8b47f949654/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3869fc6c-3891-4691-badc-e8b47f949654",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "beead5c4-402b-46b0-adf6-f54eb7db3216",
    "completed": false,
    "last_updated": "2022-12-24T17:12:21.725194-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.53,
    "sport_category": "CS:GO - Blast Pro Series",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/beead5c4-402b-46b0-adf6-f54eb7db3216",
    "datetime": "2022-08-25T10:30:00-04:00",
    "cutoff_datetime": "2022-08-25T10:30:00-04:00",
    "name": "G2 Esports v. BIG",
    "bettypes": [
        {
            "id": "4fa1121c-2606-4111-bd8b-edf351923184",
            "match": "https://api-prod.gambitprofit.com/api/matches/3869fc6c-3891-4691-badc-e8b47f949654/?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": 5382.0
                    },
                    {
                        "team": "BIG",
                        "amount": 4618.0
                    }
                ],
                "expected_reward_tokens": 8772.66,
                "profit_sb": -227.34,
                "profit_sb_percentage": -2.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "95d3aabf-14a0-435e-8dd7-d550be0924cd",
                    "gambit_id": "b70d94d2-89a0-4b1a-a6f8-d45ac429f162",
                    "last_updated": "2022-12-24T17:12:21.728833-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "G2 Esports",
                    "reward": "1.63000",
                    "odds": "1.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa1121c-2606-4111-bd8b-edf351923184/?format=api"
                },
                {
                    "id": "41293afc-eafc-4359-b3a7-42b63a54e596",
                    "gambit_id": "ed45089d-b663-438b-a483-bf6421a97b4e",
                    "last_updated": "2022-12-24T17:12:21.727731-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BIG",
                    "reward": "1.90000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa1121c-2606-4111-bd8b-edf351923184/?format=api"
                }
            ]
        }
    ]
}