GET /api/bet_types/9f85de6c-bb91-44dc-a92e-1c064aad9f6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f85de6c-bb91-44dc-a92e-1c064aad9f6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fe08d75-c108-40dd-bc39-a9134394601e/?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": "Washington Capitals",
                "amount": 6110.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3890.0
            }
        ],
        "expected_reward_tokens": 9102.6,
        "profit_sb": 102.6,
        "profit_sb_percentage": 1.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4ad1b26-faf3-45ac-b8f3-ef23d1b12a3b",
            "gambit_id": "386cd4bf-43f8-4626-9c8d-56e0a9da491b",
            "last_updated": "2022-12-20T20:17:23.026619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f85de6c-bb91-44dc-a92e-1c064aad9f6e/?format=api"
        },
        {
            "id": "0a50b49f-4e6e-4f2b-8a82-0e338e86366f",
            "gambit_id": "074ac1f9-5fa8-4618-80fa-791d00dac9e3",
            "last_updated": "2022-12-20T20:17:23.027715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.34000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f85de6c-bb91-44dc-a92e-1c064aad9f6e/?format=api"
        }
    ]
}