GET /api/bet_types/614620e8-f01b-47ae-b113-e8341c066934/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "614620e8-f01b-47ae-b113-e8341c066934",
    "match": "https://api-prod.gambitprofit.com/api/matches/28db1a5c-afa2-40a5-935a-a9588e104a33/?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": "Leeds United",
                "amount": 7041.0
            },
            {
                "team": "Draw",
                "amount": 2959.0
            }
        ],
        "expected_reward_tokens": 10770.76,
        "profit_sb": 1770.76,
        "profit_sb_percentage": 19.68,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 5784.0
            },
            {
                "team": "Draw",
                "amount": 2431.0
            },
            {
                "team": "Bournemouth",
                "amount": 1784.0
            }
        ],
        "expected_reward_tokens": 8848.64,
        "profit_sb": -151.36,
        "profit_sb_percentage": -1.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5216073-b992-4667-8bdc-e9a7147979e0",
            "gambit_id": "3ae8b262-6335-405a-a4b7-1695e6e685dc",
            "last_updated": "2022-11-07T09:32:06.319626-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/614620e8-f01b-47ae-b113-e8341c066934/?format=api"
        },
        {
            "id": "fd6313ce-48f3-4c77-9b28-552d8858a887",
            "gambit_id": "db782117-6320-4597-afad-4dc08e674a7c",
            "last_updated": "2022-11-07T09:32:06.318676-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/614620e8-f01b-47ae-b113-e8341c066934/?format=api"
        },
        {
            "id": "55939b56-3df5-4c69-81dc-8e913981637a",
            "gambit_id": "a2be3a80-6035-48d9-aee6-d3b619676be8",
            "last_updated": "2022-11-07T09:32:06.320583-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bournemouth",
            "reward": "4.96000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/614620e8-f01b-47ae-b113-e8341c066934/?format=api"
        }
    ]
}