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/1e0c9970-9bbd-4ce5-8fc7-a1d7a63cbbf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e0c9970-9bbd-4ce5-8fc7-a1d7a63cbbf4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5b8a7f7b-a19e-42d6-8f79-d88521645ac5",
    "completed": true,
    "last_updated": "2023-12-12T21:48:20.535582-05:00",
    "created_at": "2023-12-11T09:38:02.110231-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.16,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/5b8a7f7b-a19e-42d6-8f79-d88521645ac5",
    "datetime": "2023-12-11T20:10:00-05:00",
    "cutoff_datetime": "2023-12-11T20:10:00-05:00",
    "name": "Chicago Bulls v. Milwaukee Bucks",
    "bettypes": [
        {
            "id": "bd4f389d-d35b-4e39-8074-1db7bdff3f8d",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e0c9970-9bbd-4ce5-8fc7-a1d7a63cbbf4/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-12-11T09:38:02.131932-05: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": "Milwaukee Bucks",
                        "amount": 8250.0
                    },
                    {
                        "team": "Chicago Bulls",
                        "amount": 1750.0
                    }
                ],
                "expected_reward_tokens": 9485.0,
                "profit_sb": -15.0,
                "profit_sb_percentage": -0.16,
                "recommended": false
            },
            "lines": [
                {
                    "id": "84fb37e4-41eb-4201-999b-cdeaee3714df",
                    "gambit_id": "b5ae400c-254d-46fb-abfa-03c03bb28483",
                    "last_updated": "2023-12-12T21:48:20.564908-05:00",
                    "created_at": "2023-12-11T09:38:02.143446-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.15000",
                    "odds": "1.15620",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4f389d-d35b-4e39-8074-1db7bdff3f8d/?format=api"
                },
                {
                    "id": "4aaaf27d-8324-4ab9-b3d2-25026bc622e1",
                    "gambit_id": "af4f120d-b6b4-4a4d-8980-2d96e072f3c6",
                    "last_updated": "2023-12-12T21:48:20.558202-05:00",
                    "created_at": "2023-12-11T09:38:02.136121-05:00",
                    "name": "Chicago Bulls",
                    "reward": "5.42000",
                    "odds": "5.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4f389d-d35b-4e39-8074-1db7bdff3f8d/?format=api"
                }
            ]
        },
        {
            "id": "b835c185-3e12-4498-8400-44766c978ece",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e0c9970-9bbd-4ce5-8fc7-a1d7a63cbbf4/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-12-11T09:38:02.117732-05: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": "Milwaukee Bucks",
                        "amount": 5000.0
                    },
                    {
                        "team": "Chicago Bulls",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c7c87291-32f6-4d04-b15a-0837ffe66696",
                    "gambit_id": "e94ffc7d-8405-4398-b5b8-e64b666f5f0d",
                    "last_updated": "2023-12-12T21:48:20.551787-05:00",
                    "created_at": "2023-12-11T09:38:02.126833-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-11.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b835c185-3e12-4498-8400-44766c978ece/?format=api"
                },
                {
                    "id": "3aed320c-ceaa-442a-95a7-411c10a70c43",
                    "gambit_id": "cf000c7a-d123-4756-9b50-f9d2fd18bee6",
                    "last_updated": "2023-12-12T21:48:20.548235-05:00",
                    "created_at": "2023-12-11T09:38:02.122087-05:00",
                    "name": "Chicago Bulls",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "11.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b835c185-3e12-4498-8400-44766c978ece/?format=api"
                }
            ]
        },
        {
            "id": "67948e7b-f9e5-4206-a64f-5062d573a5e8",
            "match": "https://api-prod.gambitprofit.com/api/matches/1e0c9970-9bbd-4ce5-8fc7-a1d7a63cbbf4/?format=api",
            "name": "Over/Under",
            "created_at": "2023-12-11T09:38:02.155503-05: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 233",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 233",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "af6286f2-90c4-4cd4-977d-c5af19607891",
                    "gambit_id": "c48e068a-c91c-4076-8700-0900257b4b88",
                    "last_updated": "2023-12-12T21:48:20.572110-05:00",
                    "created_at": "2023-12-11T09:38:02.159781-05:00",
                    "name": "Game Total Over 233",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "233.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67948e7b-f9e5-4206-a64f-5062d573a5e8/?format=api"
                },
                {
                    "id": "3654fdeb-2f21-43b4-914b-c9f928d939a3",
                    "gambit_id": "c01c4a0b-6ec7-4bfd-a7f6-364614af2907",
                    "last_updated": "2023-12-12T21:48:20.575695-05:00",
                    "created_at": "2023-12-11T09:38:02.169038-05:00",
                    "name": "Game Total Under 233",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "233.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67948e7b-f9e5-4206-a64f-5062d573a5e8/?format=api"
                }
            ]
        }
    ]
}