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/8fbac037-17ed-49d1-bb29-13cb5084ad5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fbac037-17ed-49d1-bb29-13cb5084ad5b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "8b8ef0ab-7f20-40cd-aec0-979555f7df2e",
    "completed": true,
    "last_updated": "2023-11-28T21:53:03.843891-05:00",
    "created_at": "2023-11-27T09:23:10.172543-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/8b8ef0ab-7f20-40cd-aec0-979555f7df2e",
    "datetime": "2023-11-27T22:59:00-05:00",
    "cutoff_datetime": "2023-11-27T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 27th 2023",
    "bettypes": [
        {
            "id": "4941205a-72b3-4d15-9bb1-4de57c29b3fd",
            "match": "https://api-prod.gambitprofit.com/api/matches/8fbac037-17ed-49d1-bb29-13cb5084ad5b/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-27T09:23:10.185992-05:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "dcb32aeb-4a20-42c0-aaaa-3c51369dbc45",
                    "gambit_id": "43b313f0-fc46-4a3b-85b1-e60f2229a029",
                    "last_updated": "2023-11-28T21:53:03.879071-05:00",
                    "created_at": "2023-11-27T09:23:10.225816-05:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4941205a-72b3-4d15-9bb1-4de57c29b3fd/?format=api"
                },
                {
                    "id": "0087e325-e29e-40cb-8b99-33280f238dad",
                    "gambit_id": "cf0f6fda-8942-47e4-8860-96b5248cb792",
                    "last_updated": "2023-11-28T21:53:03.866804-05:00",
                    "created_at": "2023-11-27T09:23:10.195507-05:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4941205a-72b3-4d15-9bb1-4de57c29b3fd/?format=api"
                },
                {
                    "id": "a533ce55-c666-4379-8fbf-d7dac41dfdf2",
                    "gambit_id": "49037a79-f13c-4d4f-8db4-a683a5610be3",
                    "last_updated": "2023-11-28T21:53:03.871468-05:00",
                    "created_at": "2023-11-27T09:23:10.202181-05:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4941205a-72b3-4d15-9bb1-4de57c29b3fd/?format=api"
                },
                {
                    "id": "c79978fd-daa1-4cd5-8ccc-105c8d3cbd2d",
                    "gambit_id": "bd3ebba5-0306-40dc-ae5b-4c4a1769933e",
                    "last_updated": "2023-11-28T21:53:03.856824-05:00",
                    "created_at": "2023-11-27T09:23:10.191509-05:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4941205a-72b3-4d15-9bb1-4de57c29b3fd/?format=api"
                },
                {
                    "id": "0285267c-6626-418e-aa92-bdae01830ac2",
                    "gambit_id": "55ca9470-33d0-4353-98ba-60d9927a5f49",
                    "last_updated": "2023-11-28T21:53:03.875058-05:00",
                    "created_at": "2023-11-27T09:23:10.211912-05:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4941205a-72b3-4d15-9bb1-4de57c29b3fd/?format=api"
                }
            ]
        }
    ]
}