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/c239b3e3-f1f2-47a1-9982-3757b4c42126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c239b3e3-f1f2-47a1-9982-3757b4c42126",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2b35d02d-162b-4ad6-9e74-2cac65e3a98a",
    "completed": true,
    "last_updated": "2023-11-27T10:27:54.728864-05:00",
    "created_at": "2023-11-25T09:23:06.063543-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/2b35d02d-162b-4ad6-9e74-2cac65e3a98a",
    "datetime": "2023-11-25T22:59:00-05:00",
    "cutoff_datetime": "2023-11-25T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 25th 2023",
    "bettypes": [
        {
            "id": "7f678a04-aead-416c-ac5c-5bbd4a1e498f",
            "match": "https://api-prod.gambitprofit.com/api/matches/c239b3e3-f1f2-47a1-9982-3757b4c42126/?format=api",
            "name": "FreeForm",
            "created_at": "2023-11-25T09:23:06.073041-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": "ec3117b0-cd13-4035-9b95-1c0d104015d3",
                    "gambit_id": "d01e4207-d656-4ce9-b8a5-d6319dfe9bee",
                    "last_updated": "2023-11-27T10:27:54.758129-05:00",
                    "created_at": "2023-11-25T09:23:06.093167-05:00",
                    "name": "21 to 26",
                    "reward": "3.86000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f678a04-aead-416c-ac5c-5bbd4a1e498f/?format=api"
                },
                {
                    "id": "38bf84b9-403c-40b7-aea5-0b4c5a477bb1",
                    "gambit_id": "f6541536-df1e-4747-ba94-7e1151303625",
                    "last_updated": "2023-11-27T10:27:54.744021-05:00",
                    "created_at": "2023-11-25T09:23:06.077499-05:00",
                    "name": "1 to 5",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f678a04-aead-416c-ac5c-5bbd4a1e498f/?format=api"
                },
                {
                    "id": "dacfc385-b272-4b91-b35a-8b7f35f92442",
                    "gambit_id": "3f84a890-6eb8-425d-8c4e-936c909472d2",
                    "last_updated": "2023-11-27T10:27:54.747797-05:00",
                    "created_at": "2023-11-25T09:23:06.082124-05:00",
                    "name": "6 to 10",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f678a04-aead-416c-ac5c-5bbd4a1e498f/?format=api"
                },
                {
                    "id": "6e57fa01-23e6-4e06-b4a6-e4828b09649c",
                    "gambit_id": "7a19343e-4186-4907-8e2d-05e570b1a7f4",
                    "last_updated": "2023-11-27T10:27:54.751142-05:00",
                    "created_at": "2023-11-25T09:23:06.085580-05:00",
                    "name": "11 to 15",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f678a04-aead-416c-ac5c-5bbd4a1e498f/?format=api"
                },
                {
                    "id": "d76f0f4d-0d87-4a9b-aace-0aaae87af59d",
                    "gambit_id": "e7995813-4abb-44a0-9c60-84d210d97b13",
                    "last_updated": "2023-11-27T10:27:54.754518-05:00",
                    "created_at": "2023-11-25T09:23:06.089327-05:00",
                    "name": "16 to 20",
                    "reward": "4.57000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f678a04-aead-416c-ac5c-5bbd4a1e498f/?format=api"
                }
            ]
        }
    ]
}