GET /api/bet_types/dcffc70a-f135-4092-8b05-893e02536f61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcffc70a-f135-4092-8b05-893e02536f61",
    "match": "https://api-prod.gambitprofit.com/api/matches/f521834c-7e05-4253-b902-d1160a59ec3a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T10:48:05.379972-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 6045.0
            },
            {
                "team": "West Ham United",
                "amount": 3955.0
            }
        ],
        "expected_reward_tokens": 12694.5,
        "profit_sb": 3194.5,
        "profit_sb_percentage": 33.63,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 4384.0
            },
            {
                "team": "West Ham United",
                "amount": 2868.0
            },
            {
                "team": "Draw",
                "amount": 2748.0
            }
        ],
        "expected_reward_tokens": 9205.8,
        "profit_sb": -294.2,
        "profit_sb_percentage": -3.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "56646a5d-e111-42e1-83c2-fbde724e440c",
            "gambit_id": "69e505af-325d-46be-9f2d-fb3c83ee5e71",
            "last_updated": "2023-12-12T10:33:15.716053-05:00",
            "created_at": "2023-12-08T10:48:05.383745-05:00",
            "name": "Fulham",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcffc70a-f135-4092-8b05-893e02536f61/?format=api"
        },
        {
            "id": "17f0bc63-8b84-4504-9620-091eebb3cd03",
            "gambit_id": "1f9f5c7b-e429-4d40-b965-22759e4929be",
            "last_updated": "2023-12-12T10:33:15.719525-05:00",
            "created_at": "2023-12-08T10:48:05.387832-05:00",
            "name": "West Ham United",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcffc70a-f135-4092-8b05-893e02536f61/?format=api"
        },
        {
            "id": "745173a1-a0b9-4c12-ae60-070e1b0ba723",
            "gambit_id": "202c08fc-5f5b-49e8-bbc2-867f3d8e1d34",
            "last_updated": "2023-12-12T10:33:15.722734-05:00",
            "created_at": "2023-12-08T10:48:05.391901-05:00",
            "name": "Draw",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcffc70a-f135-4092-8b05-893e02536f61/?format=api"
        }
    ]
}