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/ff05a580-0b4c-4344-b800-91bd8eede436/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff05a580-0b4c-4344-b800-91bd8eede436",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d0757ff1-f59a-4481-8a4e-46c07fade5c8",
    "completed": true,
    "last_updated": "2023-06-06T16:06:50.510753-04:00",
    "created_at": "2023-06-04T13:31:52.844494-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/d0757ff1-f59a-4481-8a4e-46c07fade5c8",
    "datetime": "2023-06-05T22:59:00-04:00",
    "cutoff_datetime": "2023-06-05T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - June 5th 2023",
    "bettypes": [
        {
            "id": "dede0de2-40a7-4af8-b014-2352149efc1d",
            "match": "https://api-prod.gambitprofit.com/api/matches/ff05a580-0b4c-4344-b800-91bd8eede436/?format=api",
            "name": "FreeForm",
            "created_at": "2023-06-04T13:31:52.847999-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": "e428ee1f-dcdf-4f73-8175-a9b400f15238",
                    "gambit_id": "7b40a2eb-8552-4504-a25f-ccb3b0e49c7a",
                    "last_updated": "2023-06-06T16:06:50.520906-04:00",
                    "created_at": "2023-06-04T13:31:52.858754-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dede0de2-40a7-4af8-b014-2352149efc1d/?format=api"
                },
                {
                    "id": "dce7632e-b7ae-4c81-b050-ab26ae6e01c0",
                    "gambit_id": "070bbc44-b326-4384-b4e7-34400e658873",
                    "last_updated": "2023-06-06T16:06:50.514638-04:00",
                    "created_at": "2023-06-04T13:31:52.850678-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dede0de2-40a7-4af8-b014-2352149efc1d/?format=api"
                },
                {
                    "id": "a0fa71c6-3c5c-4e93-bbc8-bb497d183536",
                    "gambit_id": "89369194-cfc2-42bf-b65b-128e6ee831db",
                    "last_updated": "2023-06-06T16:06:50.516171-04:00",
                    "created_at": "2023-06-04T13:31:52.852826-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dede0de2-40a7-4af8-b014-2352149efc1d/?format=api"
                },
                {
                    "id": "2e2accae-fe64-46ce-beed-e2de6ae243d1",
                    "gambit_id": "5ddd59c1-9939-4153-87a6-ce4819dc6b28",
                    "last_updated": "2023-06-06T16:06:50.517532-04:00",
                    "created_at": "2023-06-04T13:31:52.854863-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dede0de2-40a7-4af8-b014-2352149efc1d/?format=api"
                },
                {
                    "id": "c2ff9e3a-f496-4b56-aa55-7f12e346a2c1",
                    "gambit_id": "2b500ce1-1d6a-4279-bb30-5106fd520f7f",
                    "last_updated": "2023-06-06T16:06:50.519266-04:00",
                    "created_at": "2023-06-04T13:31:52.856746-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dede0de2-40a7-4af8-b014-2352149efc1d/?format=api"
                }
            ]
        }
    ]
}