GET /api/bet_types/f9415ae7-351a-41fc-91d5-9d1010cec70e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9415ae7-351a-41fc-91d5-9d1010cec70e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab5a0d57-77ed-4533-937f-492963c45e8c/?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": "NYM (C Bassitt)",
                "amount": 6552.0
            },
            {
                "team": "OAK (C Irvin)",
                "amount": 3448.0
            }
        ],
        "expected_reward_tokens": 9171.68,
        "profit_sb": 171.68,
        "profit_sb_percentage": 1.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab0bedb1-da1e-49ef-aa0d-cd6a2ddd27bf",
            "gambit_id": "e88087d4-1887-46be-b01f-e3f479b7fad6",
            "last_updated": "2022-09-24T21:07:20.386447-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Bassitt)",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9415ae7-351a-41fc-91d5-9d1010cec70e/?format=api"
        },
        {
            "id": "6353a85b-012a-404d-beb2-e4e574804730",
            "gambit_id": "d9a76dd2-020d-4b88-8b88-9a1e0f3f8d12",
            "last_updated": "2022-09-24T21:07:20.387437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (C Irvin)",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9415ae7-351a-41fc-91d5-9d1010cec70e/?format=api"
        }
    ]
}