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/3f20ae56-8130-459b-af62-3f1cea4680a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f20ae56-8130-459b-af62-3f1cea4680a0",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b891db2f-f58c-462f-bcac-0ce8dfb21d81",
    "completed": true,
    "last_updated": "2024-01-23T20:18:15.545969-05:00",
    "created_at": "2024-01-22T08:43:06.203318-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/b891db2f-f58c-462f-bcac-0ce8dfb21d81",
    "datetime": "2024-01-22T22:59:00-05:00",
    "cutoff_datetime": "2024-01-22T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 22nd 2024",
    "bettypes": [
        {
            "id": "070a87f2-2ac5-4caa-ac74-b77c3f82e3dc",
            "match": "https://api-prod.gambitprofit.com/api/matches/3f20ae56-8130-459b-af62-3f1cea4680a0/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-22T08:43:06.211346-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": "8ff6bd24-c3f4-456b-9891-7cd6d2b37e65",
                    "gambit_id": "9d616576-ef73-4a88-9745-032380ba1a07",
                    "last_updated": "2024-01-23T20:18:15.578668-05:00",
                    "created_at": "2024-01-22T08:43:06.237282-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/070a87f2-2ac5-4caa-ac74-b77c3f82e3dc/?format=api"
                },
                {
                    "id": "250a39eb-0f27-431d-b820-e1364be81bd2",
                    "gambit_id": "d39c4c1f-7a11-44ea-ac8b-87574bc462b6",
                    "last_updated": "2024-01-23T20:18:15.566835-05:00",
                    "created_at": "2024-01-22T08:43:06.221240-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/070a87f2-2ac5-4caa-ac74-b77c3f82e3dc/?format=api"
                },
                {
                    "id": "7fcd474c-f097-4b08-b201-566d5ea7e0c0",
                    "gambit_id": "4cfba139-30af-4291-a8d2-cbfbf0c8873b",
                    "last_updated": "2024-01-23T20:18:15.575255-05:00",
                    "created_at": "2024-01-22T08:43:06.232053-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/070a87f2-2ac5-4caa-ac74-b77c3f82e3dc/?format=api"
                },
                {
                    "id": "1aeddbb9-5f0d-4208-946d-36fa665c9fce",
                    "gambit_id": "a3cf69dc-7d67-4b78-a2ab-313507002ee1",
                    "last_updated": "2024-01-23T20:18:15.571315-05:00",
                    "created_at": "2024-01-22T08:43:06.227163-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/070a87f2-2ac5-4caa-ac74-b77c3f82e3dc/?format=api"
                },
                {
                    "id": "c0c3adda-129f-4eff-a129-b22d110af415",
                    "gambit_id": "4aa7c4da-a027-4030-a154-9571f31c1e69",
                    "last_updated": "2024-01-23T20:18:15.560420-05:00",
                    "created_at": "2024-01-22T08:43:06.215680-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/070a87f2-2ac5-4caa-ac74-b77c3f82e3dc/?format=api"
                }
            ]
        }
    ]
}