GET /api/bet_types/3d3d78cb-934a-4245-8e34-5bbf887e2f74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d3d78cb-934a-4245-8e34-5bbf887e2f74",
    "match": "https://api-prod.gambitprofit.com/api/matches/db5c2c8c-1db9-49a3-a49e-dfdc906886c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T10:31:55.888809-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6479.0
            },
            {
                "team": "Draw",
                "amount": 3521.0
            }
        ],
        "expected_reward_tokens": 11724.93,
        "profit_sb": 2224.93,
        "profit_sb_percentage": 23.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 5137.0
            },
            {
                "team": "Draw",
                "amount": 2792.0
            },
            {
                "team": "West Ham United",
                "amount": 2071.0
            }
        ],
        "expected_reward_tokens": 9297.36,
        "profit_sb": -202.64,
        "profit_sb_percentage": -2.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5ce1391-5969-48fe-b21d-f511e6e4ca2d",
            "gambit_id": "374e1186-bbda-418d-98a2-bd20e95f1155",
            "last_updated": "2023-02-20T09:51:56.669082-05:00",
            "created_at": "2023-02-17T10:31:55.890066-05:00",
            "name": "Tottenham",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3d78cb-934a-4245-8e34-5bbf887e2f74/?format=api"
        },
        {
            "id": "a139b370-e1bf-4190-bd12-a56b080adbda",
            "gambit_id": "5840267c-8583-4281-9631-cfd57fc27380",
            "last_updated": "2023-02-20T09:51:56.671346-05:00",
            "created_at": "2023-02-17T10:31:55.892667-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3d78cb-934a-4245-8e34-5bbf887e2f74/?format=api"
        },
        {
            "id": "9b09366a-40c8-4b42-8ee4-20a00cbda4a8",
            "gambit_id": "3442900d-4087-488f-8dba-6a7e401d99e2",
            "last_updated": "2023-02-20T09:51:56.670213-05:00",
            "created_at": "2023-02-17T10:31:55.891361-05:00",
            "name": "West Ham United",
            "reward": "4.49000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3d78cb-934a-4245-8e34-5bbf887e2f74/?format=api"
        }
    ]
}