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/4edb221f-2433-4a09-a565-453e39a54768/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4edb221f-2433-4a09-a565-453e39a54768",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "11d4e56f-4655-406b-858a-8d4c4ab62899",
    "completed": true,
    "last_updated": "2023-01-31T09:17:14.196212-05:00",
    "created_at": "2023-01-30T17:46:54.004135-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/11d4e56f-4655-406b-858a-8d4c4ab62899",
    "datetime": "2023-01-30T22:59:00-05:00",
    "cutoff_datetime": "2023-01-30T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 30th 2023",
    "bettypes": [
        {
            "id": "81666f15-57f5-4630-992b-eff0e969109f",
            "match": "https://api-prod.gambitprofit.com/api/matches/4edb221f-2433-4a09-a565-453e39a54768/?format=api",
            "name": "FreeForm",
            "created_at": "2023-01-30T17:46:54.005948-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": "cabe6ef4-7387-483e-af44-cdaafcd8fb67",
                    "gambit_id": "20468a92-9f4f-412e-80d7-a84307aa2c62",
                    "last_updated": "2023-01-31T09:17:14.199797-05:00",
                    "created_at": "2023-01-30T17:46:54.007244-05:00",
                    "name": "21 to 26",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81666f15-57f5-4630-992b-eff0e969109f/?format=api"
                },
                {
                    "id": "6e42193e-7204-40d3-befe-d2da7634b5d6",
                    "gambit_id": "4a619c37-9448-412b-a675-d32dac3cdf5d",
                    "last_updated": "2023-01-31T09:17:14.204748-05:00",
                    "created_at": "2023-01-30T17:46:54.012582-05:00",
                    "name": "1 to 5",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81666f15-57f5-4630-992b-eff0e969109f/?format=api"
                },
                {
                    "id": "3387382c-ec06-4b1f-81f4-dc27abfb278a",
                    "gambit_id": "079dd62d-1c1c-475d-a080-e239c8898f0c",
                    "last_updated": "2023-01-31T09:17:14.201035-05:00",
                    "created_at": "2023-01-30T17:46:54.008679-05:00",
                    "name": "16 to 20",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81666f15-57f5-4630-992b-eff0e969109f/?format=api"
                },
                {
                    "id": "737e3074-f619-4935-bb65-2847b984d81b",
                    "gambit_id": "b16a3b7d-f686-4a5a-8f17-bd6535200efa",
                    "last_updated": "2023-01-31T09:17:14.202175-05:00",
                    "created_at": "2023-01-30T17:46:54.009972-05:00",
                    "name": "11 to 15",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81666f15-57f5-4630-992b-eff0e969109f/?format=api"
                },
                {
                    "id": "5709c817-b94b-4516-a52c-aa01a7aa377c",
                    "gambit_id": "9d7d5bd3-ba17-4fb1-9bd6-9f72f2527196",
                    "last_updated": "2023-01-31T09:17:14.203332-05:00",
                    "created_at": "2023-01-30T17:46:54.011263-05:00",
                    "name": "6 to 10",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81666f15-57f5-4630-992b-eff0e969109f/?format=api"
                }
            ]
        }
    ]
}