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/a264903c-855a-4fca-87bd-8502db9ddc5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a264903c-855a-4fca-87bd-8502db9ddc5e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "bea9442f-879c-4f9a-96ed-81d6f10b19cb",
    "completed": true,
    "last_updated": "2023-06-10T13:58:26.359956-04:00",
    "created_at": "2023-06-07T19:03:18.329710-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -3.18,
    "sport_category": "ATP French Open",
    "sport": "Tennis",
    "url": "https://app.gambitrewards.com/match/bea9442f-879c-4f9a-96ed-81d6f10b19cb",
    "datetime": "2023-06-09T08:45:00-04:00",
    "cutoff_datetime": "2023-06-09T08:45:00-04:00",
    "name": "Casper Ruud v. Alexander Zverev",
    "bettypes": [
        {
            "id": "125df011-1d12-4f3d-9184-fd0e791ec795",
            "match": "https://api-prod.gambitprofit.com/api/matches/a264903c-855a-4fca-87bd-8502db9ddc5e/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-07T19:03:18.333807-04: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": "Casper Ruud",
                        "amount": 5054.0
                    },
                    {
                        "team": "Alexander Zverev",
                        "amount": 4946.0
                    }
                ],
                "expected_reward_tokens": 9198.28,
                "profit_sb": -301.72,
                "profit_sb_percentage": -3.18,
                "recommended": false
            },
            "lines": [
                {
                    "id": "51c85700-45d5-4b77-b740-2992f26f29ee",
                    "gambit_id": "dcfad1bc-a256-4c7b-b4f7-88e934f6dc14",
                    "last_updated": "2023-06-10T13:58:26.364479-04:00",
                    "created_at": "2023-06-07T19:03:18.336846-04:00",
                    "name": "Casper Ruud",
                    "reward": "1.82000",
                    "odds": "1.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/125df011-1d12-4f3d-9184-fd0e791ec795/?format=api"
                },
                {
                    "id": "77f1d194-7ef4-4648-a1cb-021e482582a9",
                    "gambit_id": "e0d85248-9eed-4ac0-b85d-5fc50c379797",
                    "last_updated": "2023-06-10T13:58:26.366562-04:00",
                    "created_at": "2023-06-07T19:03:18.340063-04:00",
                    "name": "Alexander Zverev",
                    "reward": "1.86000",
                    "odds": "1.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/125df011-1d12-4f3d-9184-fd0e791ec795/?format=api"
                }
            ]
        }
    ]
}