GET /api/bet_types/d5ed4c05-8b1e-4126-8628-ed60a08774a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5ed4c05-8b1e-4126-8628-ed60a08774a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cf2a066-46f3-4d96-ac69-2d4ef0be8edc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:56.793446-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": "PHI (A Nola)",
                "amount": 5909.0
            },
            {
                "team": "CHC (J Taillon)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "f54860b2-562d-4d53-8746-6d26144a95eb",
            "gambit_id": "fda22b09-cb77-4078-9cf0-10edbaa4264d",
            "last_updated": "2023-05-22T13:27:21.988335-04:00",
            "created_at": "2023-05-20T10:51:56.798952-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ed4c05-8b1e-4126-8628-ed60a08774a1/?format=api"
        },
        {
            "id": "8b817614-f747-4849-a8cd-528e7f43c900",
            "gambit_id": "dc35a110-e9d8-45e4-a15f-d1a16842e41d",
            "last_updated": "2023-05-22T13:27:21.986989-04:00",
            "created_at": "2023-05-20T10:51:56.796043-04:00",
            "name": "CHC (J Taillon)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5ed4c05-8b1e-4126-8628-ed60a08774a1/?format=api"
        }
    ]
}