GET /api/bet_types/57240086-c2e8-4f57-afbd-a3375507625c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57240086-c2e8-4f57-afbd-a3375507625c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea5fef17-bcf2-4f1e-89c8-b4de96e8e026/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:46:55.897389-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 5049.0
            },
            {
                "team": "West Ham United",
                "amount": 4951.0
            }
        ],
        "expected_reward_tokens": 12723.48,
        "profit_sb": 3223.48,
        "profit_sb_percentage": 33.93,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 3641.0
            },
            {
                "team": "West Ham United",
                "amount": 3570.0
            },
            {
                "team": "Draw",
                "amount": 2789.0
            }
        ],
        "expected_reward_tokens": 9174.9,
        "profit_sb": -325.1,
        "profit_sb_percentage": -3.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa2681e8-9954-4975-a85e-bafee8e47fb4",
            "gambit_id": "7c2d9177-be57-4a04-b776-4dba330afbfa",
            "last_updated": "2023-05-25T13:47:05.386814-04:00",
            "created_at": "2023-05-19T11:46:55.899563-04:00",
            "name": "Leeds United",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57240086-c2e8-4f57-afbd-a3375507625c/?format=api"
        },
        {
            "id": "fbbf908f-2d95-4540-bc2d-dfb79f049edf",
            "gambit_id": "81254362-0644-4772-9b45-f1b8d7a27399",
            "last_updated": "2023-05-25T13:47:05.389290-04:00",
            "created_at": "2023-05-19T11:46:55.901869-04:00",
            "name": "West Ham United",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57240086-c2e8-4f57-afbd-a3375507625c/?format=api"
        },
        {
            "id": "aa5ca1a2-f03f-43d1-adad-38853e271b13",
            "gambit_id": "4b20d1ce-e5ee-447a-bb7e-680e259621de",
            "last_updated": "2023-05-25T13:47:05.383945-04:00",
            "created_at": "2023-05-19T11:46:55.904137-04:00",
            "name": "Draw",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57240086-c2e8-4f57-afbd-a3375507625c/?format=api"
        }
    ]
}