GET /api/bet_types/8bd5e558-0134-4669-a598-119040653433/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bd5e558-0134-4669-a598-119040653433",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fb5100d-cc54-46da-adfd-5c2bdad68809/?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": "Seattle Kraken",
                "amount": 6167.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3833.0
            }
        ],
        "expected_reward_tokens": 9620.52,
        "profit_sb": 120.52,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "d09763e1-1f27-4ef7-a00d-3ee81ca8659b",
            "gambit_id": "0776fed0-cd5e-487b-8024-ea9feba1361a",
            "last_updated": "2022-10-14T09:57:04.455774-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd5e558-0134-4669-a598-119040653433/?format=api"
        },
        {
            "id": "bb576a07-8f38-41c6-928c-a1c4a5082b1f",
            "gambit_id": "b32930fd-1ef7-48e8-af56-350c490e7d53",
            "last_updated": "2022-10-14T09:57:04.454663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.51000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd5e558-0134-4669-a598-119040653433/?format=api"
        }
    ]
}