GET /api/bet_types/58602511-4d52-496d-9366-9ce3965eec44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58602511-4d52-496d-9366-9ce3965eec44",
    "match": "https://api-prod.gambitprofit.com/api/matches/52779f6e-582e-4e5d-aa6c-b53d832a6de6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:04.417569-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7625.0
            },
            {
                "team": "Draw",
                "amount": 2375.0
            }
        ],
        "expected_reward_tokens": 10901.25,
        "profit_sb": 1401.25,
        "profit_sb_percentage": 14.75,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6416.0
            },
            {
                "team": "Draw",
                "amount": 1999.0
            },
            {
                "team": "Southampton",
                "amount": 1585.0
            }
        ],
        "expected_reward_tokens": 9174.88,
        "profit_sb": -325.12,
        "profit_sb_percentage": -3.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "def559e1-9f4a-4042-9861-c59337fcc99f",
            "gambit_id": "e30c5cfd-9a53-4871-a6ed-4c8df08a24ed",
            "last_updated": "2023-05-29T11:47:19.410432-04:00",
            "created_at": "2023-05-27T10:47:04.428230-04:00",
            "name": "Liverpool",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58602511-4d52-496d-9366-9ce3965eec44/?format=api"
        },
        {
            "id": "817cd92c-77f6-4596-863d-4189f06208af",
            "gambit_id": "439a8d5a-d42d-462c-8bd1-f03c1a767e4f",
            "last_updated": "2023-05-29T11:47:19.405275-04:00",
            "created_at": "2023-05-27T10:47:04.420295-04:00",
            "name": "Draw",
            "reward": "4.59000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58602511-4d52-496d-9366-9ce3965eec44/?format=api"
        },
        {
            "id": "e79750c0-7453-40f5-8244-332e22fd6154",
            "gambit_id": "b49f0669-50ec-420f-9c83-4ad150605f25",
            "last_updated": "2023-05-29T11:47:19.407700-04:00",
            "created_at": "2023-05-27T10:47:04.423970-04:00",
            "name": "Southampton",
            "reward": "5.79000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58602511-4d52-496d-9366-9ce3965eec44/?format=api"
        }
    ]
}