GET /api/bet_types/a4a8635e-45b3-47a0-8c43-47161ebeae2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4a8635e-45b3-47a0-8c43-47161ebeae2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/276d4e0a-f449-4d91-b838-adc87f881d93/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:09.447945-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 6723.0
            },
            {
                "team": "Draw",
                "amount": 3277.0
            }
        ],
        "expected_reward_tokens": 11829.97,
        "profit_sb": 2329.97,
        "profit_sb_percentage": 24.53,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5280.0
            },
            {
                "team": "Draw",
                "amount": 2574.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 2146.0
            }
        ],
        "expected_reward_tokens": 9292.14,
        "profit_sb": -207.86,
        "profit_sb_percentage": -2.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e5a42f0-c5ea-4fbc-9d56-3f4009c3f5f8",
            "gambit_id": "fd91874a-0ec8-49bd-ae52-71de7b74498d",
            "last_updated": "2023-11-14T09:58:15.214680-05:00",
            "created_at": "2023-11-11T08:53:09.456856-05:00",
            "name": "West Ham United",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4a8635e-45b3-47a0-8c43-47161ebeae2c/?format=api"
        },
        {
            "id": "c8061b6e-45aa-4438-9820-b69fad168032",
            "gambit_id": "cf7b8bc0-1e57-4abc-aac8-b4abe134ff02",
            "last_updated": "2023-11-14T09:58:15.210897-05:00",
            "created_at": "2023-11-11T08:53:09.452109-05:00",
            "name": "Draw",
            "reward": "3.61000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4a8635e-45b3-47a0-8c43-47161ebeae2c/?format=api"
        },
        {
            "id": "533840aa-38b9-4877-a940-262dd21e4517",
            "gambit_id": "73f46e06-5d72-4bda-b84c-2bd22607f436",
            "last_updated": "2023-11-14T09:58:15.218212-05:00",
            "created_at": "2023-11-11T08:53:09.461198-05:00",
            "name": "Nottingham Forest",
            "reward": "4.33000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4a8635e-45b3-47a0-8c43-47161ebeae2c/?format=api"
        }
    ]
}