GET /api/bet_types/218719bc-77d5-4e26-871e-b861d7a2a14d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "218719bc-77d5-4e26-871e-b861d7a2a14d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d0ab29d-4a65-4ab2-96de-e6645aaff0a2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T08:58:08.652234-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": 6752.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b9bca7f-6c1a-42a3-aae7-1a600d72f188",
            "gambit_id": "42a48efa-8654-4077-ad76-1fcf26de0409",
            "last_updated": "2024-01-31T22:18:13.047625-05:00",
            "created_at": "2024-01-30T08:58:08.656435-05:00",
            "name": "Seattle Kraken",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218719bc-77d5-4e26-871e-b861d7a2a14d/?format=api"
        },
        {
            "id": "e64230d2-adf4-41c5-968e-9e000fbc2389",
            "gambit_id": "b44350ba-ddb0-46b6-ac4b-58efca47f775",
            "last_updated": "2024-01-31T22:18:13.050953-05:00",
            "created_at": "2024-01-30T08:58:08.661331-05:00",
            "name": "San Jose Sharks",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218719bc-77d5-4e26-871e-b861d7a2a14d/?format=api"
        }
    ]
}