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/0cc91a53-c2f5-4055-8bb4-efa99620903f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cc91a53-c2f5-4055-8bb4-efa99620903f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "5a20d69f-189e-4549-88a2-03d1f2acc636",
    "completed": true,
    "last_updated": "2022-12-27T10:17:01.253035-05:00",
    "created_at": "2022-12-24T08:37:02.112781-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/5a20d69f-189e-4549-88a2-03d1f2acc636",
    "datetime": "2022-12-24T22:59:00-05:00",
    "cutoff_datetime": "2022-12-24T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 24th 2022",
    "bettypes": [
        {
            "id": "929ecf8a-a494-490c-94bf-df2395374191",
            "match": "https://api-prod.gambitprofit.com/api/matches/0cc91a53-c2f5-4055-8bb4-efa99620903f/?format=api",
            "name": "FreeForm",
            "created_at": "2022-12-24T08:37:02.114504-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": "8d4e6238-580e-41fa-b62c-a3aa1638b61f",
                    "gambit_id": "556179ad-2986-4256-8a63-7517640a334e",
                    "last_updated": "2022-12-27T10:17:01.256484-05:00",
                    "created_at": "2022-12-24T08:37:02.115725-05:00",
                    "name": "21 to 26",
                    "reward": "3.58000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/929ecf8a-a494-490c-94bf-df2395374191/?format=api"
                },
                {
                    "id": "43c85d22-3d25-484d-9ef6-002aa2116d7a",
                    "gambit_id": "bccbbd84-742e-40ca-84b3-e288d156832e",
                    "last_updated": "2022-12-27T10:17:01.257712-05:00",
                    "created_at": "2022-12-24T08:37:02.116980-05:00",
                    "name": "16 to 20",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/929ecf8a-a494-490c-94bf-df2395374191/?format=api"
                },
                {
                    "id": "6cecb884-797f-4056-b001-4b52ece058ad",
                    "gambit_id": "8667bebb-d23c-40bc-aa99-610d698546ed",
                    "last_updated": "2022-12-27T10:17:01.258874-05:00",
                    "created_at": "2022-12-24T08:37:02.118259-05:00",
                    "name": "11 to 15",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/929ecf8a-a494-490c-94bf-df2395374191/?format=api"
                },
                {
                    "id": "ce523f1d-5816-4296-a218-3069516667ea",
                    "gambit_id": "f29229c9-8620-4baa-9c4b-7038ffaaa6f5",
                    "last_updated": "2022-12-27T10:17:01.260062-05:00",
                    "created_at": "2022-12-24T08:37:02.119497-05:00",
                    "name": "6 to 10",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/929ecf8a-a494-490c-94bf-df2395374191/?format=api"
                },
                {
                    "id": "c3f8278e-298e-4af1-b039-bee1455cf6e2",
                    "gambit_id": "6122f54f-184a-47e7-93cc-c77279faf5e2",
                    "last_updated": "2022-12-27T10:17:01.261245-05:00",
                    "created_at": "2022-12-24T08:37:02.120723-05:00",
                    "name": "1 to 5",
                    "reward": "4.23000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/929ecf8a-a494-490c-94bf-df2395374191/?format=api"
                }
            ]
        }
    ]
}