GET /api/bet_types/ea7021b3-b969-45c7-8305-28137caec62b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea7021b3-b969-45c7-8305-28137caec62b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae436273-ffc0-4dc7-98a8-8bd2d65c0356/?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": "LOS (D May)",
                "amount": 7209.0
            },
            {
                "team": "ARI (M Bumgarner)",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "5318d0e3-ee96-4b81-92dd-f2f23434b876",
            "gambit_id": "fa91bdb4-02c9-4230-a926-47b640e05a9f",
            "last_updated": "2022-09-22T14:57:18.461178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (D May)",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea7021b3-b969-45c7-8305-28137caec62b/?format=api"
        },
        {
            "id": "cf242821-aa4d-417a-9831-cf5bfacd6aef",
            "gambit_id": "55067b69-c790-43f2-80b0-2ed763c2b175",
            "last_updated": "2022-09-22T14:57:18.460185-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Bumgarner)",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea7021b3-b969-45c7-8305-28137caec62b/?format=api"
        }
    ]
}