GET /api/bet_types/232992ac-8e9c-4a45-b9cf-6983094f4b2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "232992ac-8e9c-4a45-b9cf-6983094f4b2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4b74d25-37ad-4987-83ca-c5d446ba339a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:17.045043-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d11dce97-0a86-40eb-a0bf-91089bb038f7",
            "gambit_id": "c4b48663-ebe8-44e6-83e8-1f175f685c51",
            "last_updated": "2024-01-27T10:58:05.287956-05:00",
            "created_at": "2024-01-26T09:33:17.050364-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232992ac-8e9c-4a45-b9cf-6983094f4b2f/?format=api"
        },
        {
            "id": "e9e8c93d-9f02-4168-952c-903d6c48be2f",
            "gambit_id": "e036026b-1ba7-42a8-a692-5e86b71323f4",
            "last_updated": "2024-01-27T10:58:05.292437-05:00",
            "created_at": "2024-01-26T09:33:17.057177-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232992ac-8e9c-4a45-b9cf-6983094f4b2f/?format=api"
        }
    ]
}