GET /api/bet_types/fbe23ed7-6bed-40d4-8003-40a3231fede2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbe23ed7-6bed-40d4-8003-40a3231fede2",
    "match": "https://api-prod.gambitprofit.com/api/matches/680da86e-d697-4383-bab3-2879474dbf6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:46:59.484978-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": 6562.0
            },
            {
                "team": "Draw",
                "amount": 3438.0
            }
        ],
        "expected_reward_tokens": 12270.94,
        "profit_sb": 2770.94,
        "profit_sb_percentage": 29.17,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 4964.0
            },
            {
                "team": "Draw",
                "amount": 2600.0
            },
            {
                "team": "Southampton",
                "amount": 2436.0
            }
        ],
        "expected_reward_tokens": 9281.16,
        "profit_sb": -218.84,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ec06acd-3908-4623-b035-dc0cdcebed19",
            "gambit_id": "eda0333c-90db-4a03-bea5-ab49eaa5be50",
            "last_updated": "2023-02-26T12:02:02.078986-05:00",
            "created_at": "2023-02-23T11:46:59.487468-05:00",
            "name": "Leeds United",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe23ed7-6bed-40d4-8003-40a3231fede2/?format=api"
        },
        {
            "id": "12145917-8492-4fcc-8dd7-145e766007ed",
            "gambit_id": "9d487765-fd6a-4ff6-9b5c-db1ba695f962",
            "last_updated": "2023-02-26T12:02:02.080188-05:00",
            "created_at": "2023-02-23T11:46:59.488773-05:00",
            "name": "Draw",
            "reward": "3.57000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe23ed7-6bed-40d4-8003-40a3231fede2/?format=api"
        },
        {
            "id": "0d4138d8-8b9b-49c8-be37-0c301953acc9",
            "gambit_id": "daee5e12-5f78-49ad-806e-20db8653d45e",
            "last_updated": "2023-02-26T12:02:02.077551-05:00",
            "created_at": "2023-02-23T11:46:59.486154-05:00",
            "name": "Southampton",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe23ed7-6bed-40d4-8003-40a3231fede2/?format=api"
        }
    ]
}