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/422d0c75-a23a-40a9-9f90-17b9a7dbd166/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "422d0c75-a23a-40a9-9f90-17b9a7dbd166",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "21609eab-18f1-4226-8207-efbefcebb0ef",
    "completed": true,
    "last_updated": "2024-01-02T10:43:10.978544-05:00",
    "created_at": "2023-12-30T10:43:16.684059-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/21609eab-18f1-4226-8207-efbefcebb0ef",
    "datetime": "2023-12-30T22:59:00-05:00",
    "cutoff_datetime": "2023-12-30T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 30th 2023",
    "bettypes": [
        {
            "id": "06e36363-a68d-4401-8eda-fef07d0bc3aa",
            "match": "https://api-prod.gambitprofit.com/api/matches/422d0c75-a23a-40a9-9f90-17b9a7dbd166/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-30T10:43:16.689667-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": "6976d6c9-482b-49ea-8f30-8b90255a8af5",
                    "gambit_id": "03a2e228-85a4-4a19-b699-c5fb945eb77d",
                    "last_updated": "2024-01-02T10:43:11.007465-05:00",
                    "created_at": "2023-12-30T10:43:16.711526-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06e36363-a68d-4401-8eda-fef07d0bc3aa/?format=api"
                },
                {
                    "id": "16ff66f9-547b-4c5c-b7cd-a9e4070e2df5",
                    "gambit_id": "8ad79fa5-1089-4310-97b6-90aa2c7fad39",
                    "last_updated": "2024-01-02T10:43:10.996093-05:00",
                    "created_at": "2023-12-30T10:43:16.698523-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06e36363-a68d-4401-8eda-fef07d0bc3aa/?format=api"
                },
                {
                    "id": "8aa78565-1e79-4385-b5ce-7cc34d26ce21",
                    "gambit_id": "566bb74b-2403-4f88-a436-62880a4802bb",
                    "last_updated": "2024-01-02T10:43:10.992326-05:00",
                    "created_at": "2023-12-30T10:43:16.694065-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06e36363-a68d-4401-8eda-fef07d0bc3aa/?format=api"
                },
                {
                    "id": "7ecf1d0a-0e06-491a-8c5e-035c6f05ba7f",
                    "gambit_id": "68260d62-536d-4d70-8e4f-52a233795751",
                    "last_updated": "2024-01-02T10:43:10.999579-05:00",
                    "created_at": "2023-12-30T10:43:16.702600-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06e36363-a68d-4401-8eda-fef07d0bc3aa/?format=api"
                },
                {
                    "id": "59761ffc-472d-4447-9e85-21723b941a74",
                    "gambit_id": "11507bcd-0996-4649-8f8a-326757258c21",
                    "last_updated": "2024-01-02T10:43:11.003560-05:00",
                    "created_at": "2023-12-30T10:43:16.706952-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06e36363-a68d-4401-8eda-fef07d0bc3aa/?format=api"
                }
            ]
        }
    ]
}