GET /api/bet_types/fc5dc0c6-b017-462e-b0a2-9e9d22bffc92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc5dc0c6-b017-462e-b0a2-9e9d22bffc92",
    "match": "https://api-prod.gambitprofit.com/api/matches/8aec669a-7979-4a63-b481-178beeb9e702/?format=api",
    "name": "Pick the Winner",
    "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 Seahawks",
                "amount": 6336.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "bfc041ac-07a8-4a8f-a699-2b334313288c",
            "gambit_id": "87162c46-efdf-4172-b0ae-47857575f0d3",
            "last_updated": "2022-11-28T11:41:58.271419-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5dc0c6-b017-462e-b0a2-9e9d22bffc92/?format=api"
        },
        {
            "id": "68bb5bce-827e-4ca0-b3c0-aacc8d62f12e",
            "gambit_id": "f6b42b7c-2858-4354-9d3d-70d211500171",
            "last_updated": "2022-11-28T11:41:58.270460-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5dc0c6-b017-462e-b0a2-9e9d22bffc92/?format=api"
        }
    ]
}