GET /api/bet_types/38b9e55f-8b32-4450-8ca9-1fd5bd13b5ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38b9e55f-8b32-4450-8ca9-1fd5bd13b5ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c578d46-8467-4fb6-9570-f828392ab74f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:02.331649-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": "St Louis Blues",
                "amount": 5512.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "3016fb0e-7c03-42fe-9b2e-15039125f5af",
            "gambit_id": "8b6a9c5c-f43b-42e5-bdd6-a5abb0160d26",
            "last_updated": "2023-03-27T11:56:56.051722-04:00",
            "created_at": "2023-03-26T13:37:02.335294-04:00",
            "name": "St Louis Blues",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b9e55f-8b32-4450-8ca9-1fd5bd13b5ee/?format=api"
        },
        {
            "id": "56c8f1b4-a332-4280-beac-bebd7e153308",
            "gambit_id": "9203eaa7-c598-4c1e-8f64-34a7ef7193c1",
            "last_updated": "2023-03-27T11:56:56.047664-04:00",
            "created_at": "2023-03-26T13:37:02.333479-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b9e55f-8b32-4450-8ca9-1fd5bd13b5ee/?format=api"
        }
    ]
}