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/e72e6426-a01b-4d45-9a3a-e21a3c7042a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e72e6426-a01b-4d45-9a3a-e21a3c7042a4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d513d760-404d-4ed5-a697-a513e55861fd",
    "completed": true,
    "last_updated": "2023-05-16T10:47:10.195516-04:00",
    "created_at": "2023-05-15T11:36:59.063374-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/d513d760-404d-4ed5-a697-a513e55861fd",
    "datetime": "2023-05-15T22:59:00-04:00",
    "cutoff_datetime": "2023-05-15T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - May 15th 2023",
    "bettypes": [
        {
            "id": "d7e3d513-d1ea-415b-8c08-0b3b480b8a3d",
            "match": "https://api-prod.gambitprofit.com/api/matches/e72e6426-a01b-4d45-9a3a-e21a3c7042a4/?format=api",
            "name": "FreeForm",
            "created_at": "2023-05-15T11:36:59.065421-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": "5e74d571-f1e0-40eb-af3d-eee7b95cc961",
                    "gambit_id": "bed500e8-f61a-41af-a6d5-91bb9f2a8dc9",
                    "last_updated": "2023-05-16T10:47:10.199549-04:00",
                    "created_at": "2023-05-15T11:36:59.067324-04:00",
                    "name": "21 to 26",
                    "reward": "3.86000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7e3d513-d1ea-415b-8c08-0b3b480b8a3d/?format=api"
                },
                {
                    "id": "b2822ef6-1451-4616-a8ce-488eb789cb3f",
                    "gambit_id": "0353de37-dea5-4011-b831-eb271270741d",
                    "last_updated": "2023-05-16T10:47:10.205764-04:00",
                    "created_at": "2023-05-15T11:36:59.072679-04:00",
                    "name": "6 to 10",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7e3d513-d1ea-415b-8c08-0b3b480b8a3d/?format=api"
                },
                {
                    "id": "19681a7a-d75a-4b43-9679-dc5fc48ef3ca",
                    "gambit_id": "c8be70d3-a37b-4c93-8995-1ccb64afbb59",
                    "last_updated": "2023-05-16T10:47:10.201696-04:00",
                    "created_at": "2023-05-15T11:36:59.069303-04:00",
                    "name": "16 to 20",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7e3d513-d1ea-415b-8c08-0b3b480b8a3d/?format=api"
                },
                {
                    "id": "3f2599bf-9752-4746-a224-b6de679c3c54",
                    "gambit_id": "a453c561-2db3-4cab-8335-fa9b6f991d08",
                    "last_updated": "2023-05-16T10:47:10.203848-04:00",
                    "created_at": "2023-05-15T11:36:59.070825-04:00",
                    "name": "11 to 15",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7e3d513-d1ea-415b-8c08-0b3b480b8a3d/?format=api"
                },
                {
                    "id": "0af4cef5-f9b2-4bf3-a6e4-a7d7c9bc39fd",
                    "gambit_id": "8867a4e4-894c-4a6e-86fa-0da9f386e0f6",
                    "last_updated": "2023-05-16T10:47:10.207758-04:00",
                    "created_at": "2023-05-15T11:36:59.074755-04:00",
                    "name": "1 to 5",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7e3d513-d1ea-415b-8c08-0b3b480b8a3d/?format=api"
                }
            ]
        }
    ]
}