GET /api/bet_types/fdfdbbb7-b32c-4588-8c3f-50d94766ec14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdfdbbb7-b32c-4588-8c3f-50d94766ec14",
    "match": "https://api-prod.gambitprofit.com/api/matches/517d550c-b31d-41e5-b8bd-128beace9e08/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:02.973942-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 7211.0
            },
            {
                "team": "Draw",
                "amount": 2789.0
            }
        ],
        "expected_reward_tokens": 11321.27,
        "profit_sb": 1821.27,
        "profit_sb_percentage": 19.17,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5895.0
            },
            {
                "team": "Draw",
                "amount": 2280.0
            },
            {
                "team": "Bournemouth",
                "amount": 1825.0
            }
        ],
        "expected_reward_tokens": 9252.75,
        "profit_sb": -247.25,
        "profit_sb_percentage": -2.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "9464bd2c-7c01-4025-9d6a-38cff3fe3b69",
            "gambit_id": "797b1255-f41c-47b0-b76b-3ecc5179c7bf",
            "last_updated": "2023-05-29T11:47:20.071365-04:00",
            "created_at": "2023-05-27T10:47:02.977470-04:00",
            "name": "Everton",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdfdbbb7-b32c-4588-8c3f-50d94766ec14/?format=api"
        },
        {
            "id": "f64b6e30-e384-4f60-a332-9dd87bdd8f1d",
            "gambit_id": "8f635756-34c6-433e-b06f-d7e30b017fe9",
            "last_updated": "2023-05-29T11:47:20.074977-04:00",
            "created_at": "2023-05-27T10:47:02.980575-04:00",
            "name": "Draw",
            "reward": "4.06000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdfdbbb7-b32c-4588-8c3f-50d94766ec14/?format=api"
        },
        {
            "id": "e3759473-e421-416c-8c9e-e7d6e720496c",
            "gambit_id": "12c0bbd7-fab8-440c-8b49-edc8406a30f1",
            "last_updated": "2023-05-29T11:47:20.078206-04:00",
            "created_at": "2023-05-27T10:47:02.983374-04:00",
            "name": "Bournemouth",
            "reward": "5.07000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdfdbbb7-b32c-4588-8c3f-50d94766ec14/?format=api"
        }
    ]
}