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/cdd2ebe1-6da2-4e48-a667-79a1ae61be20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdd2ebe1-6da2-4e48-a667-79a1ae61be20",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "bf6af15d-5843-4862-abbb-7142fbcb6ee6",
    "completed": false,
    "last_updated": "2023-01-28T12:27:21.961706-05:00",
    "created_at": "2023-01-20T22:57:01.627790-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.7,
    "sport_category": "CS:GO - Blast Pro Series",
    "sport": "Esports",
    "url": "https://app.gambitrewards.com/match/bf6af15d-5843-4862-abbb-7142fbcb6ee6",
    "datetime": "2023-01-21T12:30:00-05:00",
    "cutoff_datetime": "2023-01-21T12:30:00-05:00",
    "name": "Heroic v. Astralis",
    "bettypes": [
        {
            "id": "9de59471-2be8-43db-b349-d0d30ca983ea",
            "match": "https://api-prod.gambitprofit.com/api/matches/cdd2ebe1-6da2-4e48-a667-79a1ae61be20/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-20T22:57:01.629353-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": 6140.0
                    },
                    {
                        "team": "Astralis",
                        "amount": 3860.0
                    }
                ],
                "expected_reward_tokens": 9148.2,
                "profit_sb": -351.8,
                "profit_sb_percentage": -3.7,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6f11d692-606b-4d20-8034-e7c421710615",
                    "gambit_id": "993d4c66-6c70-4110-bcb9-bf3ae7f72e1b",
                    "last_updated": "2023-01-28T12:27:21.965479-05:00",
                    "created_at": "2023-01-20T22:57:01.631993-05:00",
                    "name": "Heroic",
                    "reward": "1.49000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9de59471-2be8-43db-b349-d0d30ca983ea/?format=api"
                },
                {
                    "id": "cfd08101-6dbe-4681-a575-ced0b764fd5f",
                    "gambit_id": "299bc82d-afd8-41e5-9118-7e31aa31fb04",
                    "last_updated": "2023-01-28T12:27:21.964313-05:00",
                    "created_at": "2023-01-20T22:57:01.630576-05:00",
                    "name": "Astralis",
                    "reward": "2.37000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9de59471-2be8-43db-b349-d0d30ca983ea/?format=api"
                }
            ]
        }
    ]
}