GET /api/bet_types/4819f880-b1b7-405a-bc83-18657d76db0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4819f880-b1b7-405a-bc83-18657d76db0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bba24514-c6b5-49cd-aa62-a6f48f704a90/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:04.286371-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": 6245.0
            },
            {
                "team": "Draw",
                "amount": 3755.0
            }
        ],
        "expected_reward_tokens": 12240.2,
        "profit_sb": 2740.2,
        "profit_sb_percentage": 28.84,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 4718.0
            },
            {
                "team": "Draw",
                "amount": 2836.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 2446.0
            }
        ],
        "expected_reward_tokens": 9245.36,
        "profit_sb": -254.64,
        "profit_sb_percentage": -2.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bef991b-9f38-4ecc-b255-896c25425408",
            "gambit_id": "64ee8393-f885-4f64-b484-65a21aad9855",
            "last_updated": "2023-12-07T21:53:11.073834-05:00",
            "created_at": "2023-12-06T09:13:04.298153-05:00",
            "name": "Fulham",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4819f880-b1b7-405a-bc83-18657d76db0f/?format=api"
        },
        {
            "id": "8bc758f8-d7c3-4d78-8c11-0e0ec9813577",
            "gambit_id": "87c0487c-2b43-47bf-a33e-a16d55f0b32b",
            "last_updated": "2023-12-07T21:53:11.070182-05:00",
            "created_at": "2023-12-06T09:13:04.292595-05:00",
            "name": "Draw",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4819f880-b1b7-405a-bc83-18657d76db0f/?format=api"
        },
        {
            "id": "d7be2a1d-53da-407f-83b3-badd82a7292a",
            "gambit_id": "78fdeca6-dcb6-4913-8c03-5d75077f923c",
            "last_updated": "2023-12-07T21:53:11.077227-05:00",
            "created_at": "2023-12-06T09:13:04.302072-05:00",
            "name": "Nottingham Forest",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4819f880-b1b7-405a-bc83-18657d76db0f/?format=api"
        }
    ]
}