GET /api/bet_types/0f0ff35d-722a-4a2f-bb3c-f02640428433/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f0ff35d-722a-4a2f-bb3c-f02640428433",
    "match": "https://api-prod.gambitprofit.com/api/matches/24e81482-0f05-4a55-a5b5-24452bdf8601/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:08.798620-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "01f1b52d-e9e6-4b95-a6f8-43fbae362687",
            "gambit_id": "c67bf6d4-c052-47f0-a6d8-9a4128638f01",
            "last_updated": "2023-10-30T14:53:12.074358-04:00",
            "created_at": "2023-10-28T09:08:08.803565-04:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f0ff35d-722a-4a2f-bb3c-f02640428433/?format=api"
        },
        {
            "id": "d8e7fca5-841f-4641-bb76-8709d3923614",
            "gambit_id": "0976afb6-c1ab-46c0-af52-691721e74c08",
            "last_updated": "2023-10-30T14:53:12.077844-04:00",
            "created_at": "2023-10-28T09:08:08.808357-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f0ff35d-722a-4a2f-bb3c-f02640428433/?format=api"
        }
    ]
}