GET /api/bet_types/efa8d27e-02f5-4117-9e12-25d3d240e1d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efa8d27e-02f5-4117-9e12-25d3d240e1d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/96ad2485-8886-4daa-9799-383eae3decc3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:46:52.698927-05: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": 7781.0
            },
            {
                "team": "Draw",
                "amount": 2219.0
            }
        ],
        "expected_reward_tokens": 10737.78,
        "profit_sb": 1237.78,
        "profit_sb_percentage": 13.03,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6715.0
            },
            {
                "team": "Draw",
                "amount": 1915.0
            },
            {
                "team": "Bournemouth",
                "amount": 1371.0
            }
        ],
        "expected_reward_tokens": 9266.7,
        "profit_sb": -233.3,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "17ad2f07-47c3-4ce9-868b-d6ddef975cb7",
            "gambit_id": "85a915f6-164a-434d-9240-8f9c2d8cb70b",
            "last_updated": "2023-03-13T14:06:51.201395-04:00",
            "created_at": "2023-03-10T08:46:52.700205-05:00",
            "name": "Liverpool",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efa8d27e-02f5-4117-9e12-25d3d240e1d6/?format=api"
        },
        {
            "id": "5d2fd7c4-810a-49a4-b14f-21a285e12013",
            "gambit_id": "3b3b4458-907e-4588-a00c-39f350b2dabd",
            "last_updated": "2023-03-13T14:06:51.204816-04:00",
            "created_at": "2023-03-10T08:46:52.703215-05:00",
            "name": "Draw",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efa8d27e-02f5-4117-9e12-25d3d240e1d6/?format=api"
        },
        {
            "id": "77f37e42-1277-4e19-a9c6-0b8b8b7411d5",
            "gambit_id": "aa9a302f-c73c-4a85-bc46-c4c3333d9e7f",
            "last_updated": "2023-03-13T14:06:51.203223-04:00",
            "created_at": "2023-03-10T08:46:52.701590-05:00",
            "name": "Bournemouth",
            "reward": "6.76000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efa8d27e-02f5-4117-9e12-25d3d240e1d6/?format=api"
        }
    ]
}