GET /api/bet_types/2d4fac12-b78e-4a22-9a4c-b931d24c6721/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d4fac12-b78e-4a22-9a4c-b931d24c6721",
    "match": "https://api-prod.gambitprofit.com/api/matches/803b96c9-7b55-474d-a9cb-e40148f807b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T20:08:21.448164-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 6572.0
            },
            {
                "team": "Draw",
                "amount": 3428.0
            }
        ],
        "expected_reward_tokens": 11895.16,
        "profit_sb": 2395.16,
        "profit_sb_percentage": 25.21,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 5077.0
            },
            {
                "team": "Draw",
                "amount": 2648.0
            },
            {
                "team": "Sheffield United",
                "amount": 2275.0
            }
        ],
        "expected_reward_tokens": 9188.56,
        "profit_sb": -311.44,
        "profit_sb_percentage": -3.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ac34fc0-7981-4ce9-bec1-2072b1024021",
            "gambit_id": "fc5c3658-3447-43a7-93b3-1c1379ffbccd",
            "last_updated": "2023-11-06T10:28:09.874070-05:00",
            "created_at": "2023-11-03T20:08:21.456604-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "1.81000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4fac12-b78e-4a22-9a4c-b931d24c6721/?format=api"
        },
        {
            "id": "0250440c-bf02-447d-8c0c-41930e45f3df",
            "gambit_id": "06b1dbe6-56f1-4a7a-9bd6-b57be005db8c",
            "last_updated": "2023-11-06T10:28:09.870409-05:00",
            "created_at": "2023-11-03T20:08:21.452824-04:00",
            "name": "Draw",
            "reward": "3.47000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4fac12-b78e-4a22-9a4c-b931d24c6721/?format=api"
        },
        {
            "id": "dcc4b869-fdbf-47ae-a4b2-adadd43daecd",
            "gambit_id": "da5e433f-480b-4307-99d6-a4ecf4b80916",
            "last_updated": "2023-11-06T10:28:09.877361-05:00",
            "created_at": "2023-11-03T20:08:21.461128-04:00",
            "name": "Sheffield United",
            "reward": "4.04000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4fac12-b78e-4a22-9a4c-b931d24c6721/?format=api"
        }
    ]
}