GET /api/bet_types/0198f21d-3f9a-4b92-92bf-6baf6c19c9ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0198f21d-3f9a-4b92-92bf-6baf6c19c9ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b2deaa9-6cf7-4d97-8dd4-bb248373c96a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Capitals",
                "amount": 6563.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e71a67a-8606-4132-ac50-75b481899efe",
            "gambit_id": "8a28d128-7ab6-4dee-946a-f48a24ed6532",
            "last_updated": "2022-10-25T10:12:24.748426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0198f21d-3f9a-4b92-92bf-6baf6c19c9ee/?format=api"
        },
        {
            "id": "9dfef110-8e36-4847-afeb-946201b9910e",
            "gambit_id": "33b4a948-74c1-4ec7-ba3e-3ab381fd9bae",
            "last_updated": "2022-10-25T10:12:24.747405-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0198f21d-3f9a-4b92-92bf-6baf6c19c9ee/?format=api"
        }
    ]
}