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/3e8fc8e7-b7c3-4d07-a79f-ec17f9cf0420/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e8fc8e7-b7c3-4d07-a79f-ec17f9cf0420",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "108b29af-0fd2-4f09-80ec-dd5d4e2c93b4",
    "completed": true,
    "last_updated": "2023-08-28T16:23:33.198092-04:00",
    "created_at": "2023-08-26T09:23:24.299507-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.96,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/108b29af-0fd2-4f09-80ec-dd5d4e2c93b4",
    "datetime": "2023-08-26T16:10:00-04:00",
    "cutoff_datetime": "2023-08-26T16:10:00-04:00",
    "name": "LOS (J Urias) v. BOS (J Paxton)",
    "bettypes": [
        {
            "id": "c934d4e8-f58a-4452-8f18-9acead2209be",
            "match": "https://api-prod.gambitprofit.com/api/matches/3e8fc8e7-b7c3-4d07-a79f-ec17f9cf0420/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-26T09:23:24.308817-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "LOS (J Urias)",
                        "amount": 5389.0
                    },
                    {
                        "team": "BOS (J Paxton)",
                        "amount": 4611.0
                    }
                ],
                "expected_reward_tokens": 9590.88,
                "profit_sb": 90.88,
                "profit_sb_percentage": 0.96,
                "recommended": true
            },
            "lines": [
                {
                    "id": "331436b0-ae4d-4d32-9bee-bc793bae23f2",
                    "gambit_id": "d2477d80-f395-4e7a-a4c5-7e1c3194df3a",
                    "last_updated": "2023-08-28T16:23:33.212028-04:00",
                    "created_at": "2023-08-26T09:23:24.313590-04:00",
                    "name": "LOS (J Urias)",
                    "reward": "1.78000",
                    "odds": "1.81300",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c934d4e8-f58a-4452-8f18-9acead2209be/?format=api"
                },
                {
                    "id": "7df91fd0-6229-469a-a1fb-0f11d7e074ff",
                    "gambit_id": "a3337034-678f-4440-b2c4-4cf74a5d8330",
                    "last_updated": "2023-08-28T16:23:33.215530-04:00",
                    "created_at": "2023-08-26T09:23:24.318301-04:00",
                    "name": "BOS (J Paxton)",
                    "reward": "2.08000",
                    "odds": "2.13000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c934d4e8-f58a-4452-8f18-9acead2209be/?format=api"
                }
            ]
        },
        {
            "id": "37e022e2-7271-4316-b3cd-b83627d09cee",
            "match": "https://api-prod.gambitprofit.com/api/matches/3e8fc8e7-b7c3-4d07-a79f-ec17f9cf0420/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-26T09:23:24.328814-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "BOS",
                        "amount": 5688.0
                    },
                    {
                        "team": "LOS",
                        "amount": 4312.0
                    }
                ],
                "expected_reward_tokens": 9442.08,
                "profit_sb": -57.92,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e564ad3d-9243-4dc7-99d8-f7a30c3315ce",
                    "gambit_id": "4159eced-9979-4331-b4ee-893c780ef917",
                    "last_updated": "2023-08-28T16:23:33.226639-04:00",
                    "created_at": "2023-08-26T09:23:24.336720-04:00",
                    "name": "BOS",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e022e2-7271-4316-b3cd-b83627d09cee/?format=api"
                },
                {
                    "id": "59456a0f-9a1d-4289-aae5-c4efc8a63ee8",
                    "gambit_id": "21310362-001d-4e9e-92a4-2cadee8ef143",
                    "last_updated": "2023-08-28T16:23:33.223199-04:00",
                    "created_at": "2023-08-26T09:23:24.332692-04:00",
                    "name": "LOS",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e022e2-7271-4316-b3cd-b83627d09cee/?format=api"
                }
            ]
        },
        {
            "id": "00dd4966-1006-4c77-b7d1-9b5200d307f4",
            "match": "https://api-prod.gambitprofit.com/api/matches/3e8fc8e7-b7c3-4d07-a79f-ec17f9cf0420/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-26T09:23:24.341768-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Over 10",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 10",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "384da4a6-528f-4cb5-9965-de05a666ee15",
                    "gambit_id": "44ef98aa-938c-48de-8aae-ea0dfb900e0a",
                    "last_updated": "2023-08-28T16:23:33.234761-04:00",
                    "created_at": "2023-08-26T09:23:24.351215-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dd4966-1006-4c77-b7d1-9b5200d307f4/?format=api"
                },
                {
                    "id": "9f62df30-4e80-44bc-b71e-d6cac3abdeba",
                    "gambit_id": "968499f5-f8f5-46d9-9761-d4a31de06d59",
                    "last_updated": "2023-08-28T16:23:33.238406-04:00",
                    "created_at": "2023-08-26T09:23:24.367523-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dd4966-1006-4c77-b7d1-9b5200d307f4/?format=api"
                }
            ]
        }
    ]
}