GET /api/bet_types/162d426a-e487-4813-b874-c624e311b1b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "162d426a-e487-4813-b874-c624e311b1b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/763cdd31-6573-4596-b17e-a7af39c9e99e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 7631.0
            },
            {
                "team": "Draw",
                "amount": 2369.0
            }
        ],
        "expected_reward_tokens": 10376.22,
        "profit_sb": 1376.22,
        "profit_sb_percentage": 15.29,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6598.0
            },
            {
                "team": "Draw",
                "amount": 2049.0
            },
            {
                "team": "NK Dinamo Zagreb",
                "amount": 1353.0
            }
        ],
        "expected_reward_tokens": 8970.39,
        "profit_sb": -29.61,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6b8ba5f-9725-44c6-9ab0-a576e2765524",
            "gambit_id": "914c9cb7-1a04-4d6d-aadf-69ed30f7187b",
            "last_updated": "2022-09-07T12:46:56.524487-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162d426a-e487-4813-b874-c624e311b1b1/?format=api"
        },
        {
            "id": "1534d3ef-6ccd-4c9f-8bea-23941374a0b1",
            "gambit_id": "0bc124c5-dcb9-4cdf-bfef-d4d2948666dc",
            "last_updated": "2022-09-07T12:46:56.526499-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.38000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162d426a-e487-4813-b874-c624e311b1b1/?format=api"
        },
        {
            "id": "0fe7985b-eb80-4976-bd0e-2edd7c04ea97",
            "gambit_id": "c22928b5-931b-46aa-b388-f2994940d029",
            "last_updated": "2022-09-07T12:46:56.525437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NK Dinamo Zagreb",
            "reward": "6.63000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162d426a-e487-4813-b874-c624e311b1b1/?format=api"
        }
    ]
}