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/cde76fdf-9089-4e4c-a4f6-8c0042dd32b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cde76fdf-9089-4e4c-a4f6-8c0042dd32b1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1a723ac0-e21f-4f14-bd74-9bd802c7bef4",
    "completed": true,
    "last_updated": "2022-09-22T15:17:25.961996-04:00",
    "created_at": "1969-12-31T19:00:00-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/1a723ac0-e21f-4f14-bd74-9bd802c7bef4",
    "datetime": "2022-09-21T22:59:00-04:00",
    "cutoff_datetime": "2022-09-21T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 21st 2022",
    "bettypes": [
        {
            "id": "3eff70c8-1ba1-4c9c-ab26-be590b648adf",
            "match": "https://api-prod.gambitprofit.com/api/matches/cde76fdf-9089-4e4c-a4f6-8c0042dd32b1/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-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": "8f8e519a-9d58-4237-9303-cb2d2c534d74",
                    "gambit_id": "276f242c-21f4-444d-b409-69e72df0c702",
                    "last_updated": "2022-09-22T15:17:25.964881-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.66000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eff70c8-1ba1-4c9c-ab26-be590b648adf/?format=api"
                },
                {
                    "id": "82f5526f-0d5f-4b97-abf7-db72c04cd1e0",
                    "gambit_id": "eeaec04a-73b0-467a-9af1-8b9195cd5709",
                    "last_updated": "2022-09-22T15:17:25.966032-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.32000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eff70c8-1ba1-4c9c-ab26-be590b648adf/?format=api"
                },
                {
                    "id": "1b7c2813-f1cc-4e30-9279-d79200683901",
                    "gambit_id": "0976786e-82a3-4e09-b44e-cebb6436c589",
                    "last_updated": "2022-09-22T15:17:25.968069-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.32000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eff70c8-1ba1-4c9c-ab26-be590b648adf/?format=api"
                },
                {
                    "id": "b054b443-d7ea-4516-9b2b-9d43c97df586",
                    "gambit_id": "c3fedb84-373a-4c81-a169-4c53e03b1b59",
                    "last_updated": "2022-09-22T15:17:25.969072-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.32000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eff70c8-1ba1-4c9c-ab26-be590b648adf/?format=api"
                },
                {
                    "id": "fd878f33-cd18-41d1-97f5-0a100dd4179b",
                    "gambit_id": "fa888c83-cbd4-40c0-b234-e54e07f7d2f5",
                    "last_updated": "2022-09-22T15:17:25.967058-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.32000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eff70c8-1ba1-4c9c-ab26-be590b648adf/?format=api"
                }
            ]
        }
    ]
}