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/bb53ed13-a60a-4a8e-942a-82d1a73c17c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb53ed13-a60a-4a8e-942a-82d1a73c17c4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0392a69c-89cf-4e05-a838-e9b2981cde34",
    "completed": true,
    "last_updated": "2023-12-23T14:38:31.011589-05:00",
    "created_at": "2023-12-20T10:03:20.546536-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/0392a69c-89cf-4e05-a838-e9b2981cde34",
    "datetime": "2023-12-20T22:59:00-05:00",
    "cutoff_datetime": "2023-12-20T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 20th 2023",
    "bettypes": [
        {
            "id": "1c4ad03a-343a-45a6-b318-8c391a4a4c09",
            "match": "https://api-prod.gambitprofit.com/api/matches/bb53ed13-a60a-4a8e-942a-82d1a73c17c4/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-20T10:03:20.551335-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": "3b41bb0a-2937-4a0a-bacc-ffbfaea98189",
                    "gambit_id": "38819571-f880-45ac-94f6-25aff573cb55",
                    "last_updated": "2023-12-23T14:38:31.051029-05:00",
                    "created_at": "2023-12-20T10:03:20.571938-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4ad03a-343a-45a6-b318-8c391a4a4c09/?format=api"
                },
                {
                    "id": "23a6fa53-f9aa-4aac-89ec-f4c9eb27e2c7",
                    "gambit_id": "054735b1-732c-4ac5-8546-e765f1782fb6",
                    "last_updated": "2023-12-23T14:38:31.035060-05:00",
                    "created_at": "2023-12-20T10:03:20.555347-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4ad03a-343a-45a6-b318-8c391a4a4c09/?format=api"
                },
                {
                    "id": "a85d3f41-4178-40af-9854-370bbad565ee",
                    "gambit_id": "916ebf32-f96a-4cb7-8d74-8c34b3a27e9f",
                    "last_updated": "2023-12-23T14:38:31.040155-05:00",
                    "created_at": "2023-12-20T10:03:20.560361-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4ad03a-343a-45a6-b318-8c391a4a4c09/?format=api"
                },
                {
                    "id": "1cc38a01-853c-4df7-8518-1550be571fb4",
                    "gambit_id": "74c3804a-d5c5-4b15-889b-cebb474611af",
                    "last_updated": "2023-12-23T14:38:31.044170-05:00",
                    "created_at": "2023-12-20T10:03:20.564265-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4ad03a-343a-45a6-b318-8c391a4a4c09/?format=api"
                },
                {
                    "id": "8b3f0238-89a5-4534-8118-7c092473ecc8",
                    "gambit_id": "d8a95477-795e-4471-beb9-80f9af5536de",
                    "last_updated": "2023-12-23T14:38:31.047742-05:00",
                    "created_at": "2023-12-20T10:03:20.567911-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c4ad03a-343a-45a6-b318-8c391a4a4c09/?format=api"
                }
            ]
        }
    ]
}