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/43f30941-ccb5-45d1-82cd-a3c9ca1d6f16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43f30941-ccb5-45d1-82cd-a3c9ca1d6f16",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "6fc01d7d-1ae4-48d7-8630-f68e78cf08e0",
    "completed": true,
    "last_updated": "2024-01-16T23:03:26.472616-05:00",
    "created_at": "2024-01-14T23:18:18.416818-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/6fc01d7d-1ae4-48d7-8630-f68e78cf08e0",
    "datetime": "2024-01-15T22:59:00-05:00",
    "cutoff_datetime": "2024-01-15T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 15th 2024",
    "bettypes": [
        {
            "id": "4ff2ca88-1c3f-4c78-92a3-1b2ff0b1bd02",
            "match": "https://api-prod.gambitprofit.com/api/matches/43f30941-ccb5-45d1-82cd-a3c9ca1d6f16/?format=api",
            "name": "FreeForm",
            "created_at": "2024-01-14T23:18:18.421713-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": "17bd6e51-4143-4ec8-bfbc-b7a1f6e9fb15",
                    "gambit_id": "bc6f61b3-0c3a-4f53-9ec9-e2a86c29e8b6",
                    "last_updated": "2024-01-16T23:03:26.510159-05:00",
                    "created_at": "2024-01-14T23:18:18.440856-05:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ff2ca88-1c3f-4c78-92a3-1b2ff0b1bd02/?format=api"
                },
                {
                    "id": "af67e645-f215-4118-a258-c0cbf1dd16ea",
                    "gambit_id": "75deb53b-0ccc-4f9b-8040-575d59dd51fc",
                    "last_updated": "2024-01-16T23:03:26.485820-05:00",
                    "created_at": "2024-01-14T23:18:18.425725-05:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ff2ca88-1c3f-4c78-92a3-1b2ff0b1bd02/?format=api"
                },
                {
                    "id": "bfcddefc-f7e5-4776-bcfc-1a43bb2d8488",
                    "gambit_id": "402d3a57-9bc4-4ea5-b7f1-2780ca98e71f",
                    "last_updated": "2024-01-16T23:03:26.497387-05:00",
                    "created_at": "2024-01-14T23:18:18.429966-05:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ff2ca88-1c3f-4c78-92a3-1b2ff0b1bd02/?format=api"
                },
                {
                    "id": "a96d9d96-a772-4d81-bf90-f347d86b86b7",
                    "gambit_id": "bed572e2-fb79-456c-853d-89e805b910a2",
                    "last_updated": "2024-01-16T23:03:26.503293-05:00",
                    "created_at": "2024-01-14T23:18:18.433730-05:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ff2ca88-1c3f-4c78-92a3-1b2ff0b1bd02/?format=api"
                },
                {
                    "id": "aa377c2f-a9a6-402c-b52e-8e61e36fec80",
                    "gambit_id": "54d2f20c-5ee5-4c8d-8b96-e9b8f11fff45",
                    "last_updated": "2024-01-16T23:03:26.514677-05:00",
                    "created_at": "2024-01-14T23:18:18.444718-05:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ff2ca88-1c3f-4c78-92a3-1b2ff0b1bd02/?format=api"
                }
            ]
        }
    ]
}