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/1d379f20-9998-4151-9407-02d96b65c468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d379f20-9998-4151-9407-02d96b65c468",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "500a981b-0315-4a27-80da-2badb1235108",
    "completed": true,
    "last_updated": "2023-11-03T10:38:05.921832-04:00",
    "created_at": "2023-10-31T23:03:19.883810-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/500a981b-0315-4a27-80da-2badb1235108",
    "datetime": "2023-11-01T22:59:00-04:00",
    "cutoff_datetime": "2023-11-01T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 1st 2023",
    "bettypes": [
        {
            "id": "c521815a-0a23-4a23-8d50-8714c527b02c",
            "match": "https://api-prod.gambitprofit.com/api/matches/1d379f20-9998-4151-9407-02d96b65c468/?format=api",
            "name": "FreeForm",
            "created_at": "2023-10-31T23:03:19.900927-04: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": "edbcc6e5-d825-454f-844a-1532bcb54ecb",
                    "gambit_id": "e99eed92-9427-4be4-b969-317b006788a4",
                    "last_updated": "2023-11-03T10:38:05.950964-04:00",
                    "created_at": "2023-10-31T23:03:19.923621-04:00",
                    "name": "21 to 26",
                    "reward": "3.85000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c521815a-0a23-4a23-8d50-8714c527b02c/?format=api"
                },
                {
                    "id": "b2fc8ac3-0634-457e-b1b1-ecd4a979b578",
                    "gambit_id": "3445836f-599d-41ca-bc74-cda758c1e799",
                    "last_updated": "2023-11-03T10:38:05.935457-04:00",
                    "created_at": "2023-10-31T23:03:19.905918-04:00",
                    "name": "1 to 5",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c521815a-0a23-4a23-8d50-8714c527b02c/?format=api"
                },
                {
                    "id": "07832f90-63f7-4483-8243-9e8c77e66110",
                    "gambit_id": "e45e173d-5611-4ea2-a594-4ba30d8f237b",
                    "last_updated": "2023-11-03T10:38:05.943312-04:00",
                    "created_at": "2023-10-31T23:03:19.915134-04:00",
                    "name": "11 to 15",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c521815a-0a23-4a23-8d50-8714c527b02c/?format=api"
                },
                {
                    "id": "38c16b16-aff1-4a99-8778-291920e11bac",
                    "gambit_id": "2193c71f-a7a6-4e07-92f2-35f0485b9e63",
                    "last_updated": "2023-11-03T10:38:05.946831-04:00",
                    "created_at": "2023-10-31T23:03:19.919726-04:00",
                    "name": "16 to 20",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c521815a-0a23-4a23-8d50-8714c527b02c/?format=api"
                },
                {
                    "id": "eea1b1f9-368e-4752-bce5-33179a5b5a88",
                    "gambit_id": "250b7ed7-8f3c-458f-b306-880c8ecbd6cf",
                    "last_updated": "2023-11-03T10:38:05.939375-04:00",
                    "created_at": "2023-10-31T23:03:19.910843-04:00",
                    "name": "6 to 10",
                    "reward": "4.56000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c521815a-0a23-4a23-8d50-8714c527b02c/?format=api"
                }
            ]
        }
    ]
}