GET /api/bet_types/5b6fdf4d-d0e3-44cc-9e42-d8b14fc96635/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b6fdf4d-d0e3-44cc-9e42-d8b14fc96635",
    "match": "https://api-prod.gambitprofit.com/api/matches/4db41470-ce53-4407-b9da-1465ab979c39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-12T09:03:12.808058-04: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": "SEA (B Miller)",
                "amount": 5039.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4961.0
            }
        ],
        "expected_reward_tokens": 9574.1,
        "profit_sb": 74.1,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3dcb28e-4f22-4632-889e-838049514184",
            "gambit_id": "a8e018eb-60a6-445d-94f8-f9c950848a02",
            "last_updated": "2023-06-13T10:48:26.722507-04:00",
            "created_at": "2023-06-12T09:03:12.817191-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.90000",
            "odds": "1.93460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6fdf4d-d0e3-44cc-9e42-d8b14fc96635/?format=api"
        },
        {
            "id": "7ede0368-bd7e-4132-985e-94baa1df1cfd",
            "gambit_id": "9354e059-4469-49de-b6dd-7aeb400559e7",
            "last_updated": "2023-06-13T10:48:26.719978-04:00",
            "created_at": "2023-06-12T09:03:12.813565-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.93000",
            "odds": "1.97090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6fdf4d-d0e3-44cc-9e42-d8b14fc96635/?format=api"
        }
    ]
}