GET /api/bet_types/31d5af01-da88-46a8-bbbc-98b416611b98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31d5af01-da88-46a8-bbbc-98b416611b98",
    "match": "https://api-prod.gambitprofit.com/api/matches/bee137d4-817d-4212-a0dd-f98a0146084a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:19.098113-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": 5107.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fc7d3bc-1f55-4b57-aade-5a1d8661b8f3",
            "gambit_id": "5cb5d58b-3267-47b1-90c4-e7bf3e6ba921",
            "last_updated": "2023-11-18T17:53:23.968279-05:00",
            "created_at": "2023-11-17T09:23:19.107797-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d5af01-da88-46a8-bbbc-98b416611b98/?format=api"
        },
        {
            "id": "08724c85-f2a4-4083-ab90-eb0dcfba86f1",
            "gambit_id": "9be02f78-2687-455d-bb39-6a3021a84ed6",
            "last_updated": "2023-11-18T17:53:23.963171-05:00",
            "created_at": "2023-11-17T09:23:19.103520-05:00",
            "name": "Houston Rockets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31d5af01-da88-46a8-bbbc-98b416611b98/?format=api"
        }
    ]
}