GET /api/bet_types/254e6f5c-d97a-48d1-9b5a-03f5e9e721b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "254e6f5c-d97a-48d1-9b5a-03f5e9e721b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f796b97-612d-43ca-af81-545e5cd7ab53/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:18:02.003219-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 Lakers",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5347151-a945-4e22-a982-9d38f9f9f7af",
            "gambit_id": "024aa5b8-d23f-4740-80c4-6cd0ad358b80",
            "last_updated": "2023-11-27T10:23:23.906998-05:00",
            "created_at": "2023-11-25T09:18:02.009657-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254e6f5c-d97a-48d1-9b5a-03f5e9e721b2/?format=api"
        },
        {
            "id": "223b26a0-e77a-471d-9493-7c567d617f6e",
            "gambit_id": "a921f6ba-52ee-4608-bf12-0dbc2b0fd95d",
            "last_updated": "2023-11-27T10:23:23.910639-05:00",
            "created_at": "2023-11-25T09:18:02.015659-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254e6f5c-d97a-48d1-9b5a-03f5e9e721b2/?format=api"
        }
    ]
}