GET /api/bet_types/999de2fc-5b87-421f-bdf0-2499558958cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "999de2fc-5b87-421f-bdf0-2499558958cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/03a89cbd-de8d-4eb9-972f-4f8da3c5c8ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:11.579755-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5093.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 4907.0
            }
        ],
        "expected_reward_tokens": 13394.59,
        "profit_sb": 3894.59,
        "profit_sb_percentage": 41.0,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 3510.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 3382.0
            },
            {
                "team": "Draw",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9230.76,
        "profit_sb": -269.24,
        "profit_sb_percentage": -2.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "052e7908-fecc-4321-859d-92ffb6a106e6",
            "gambit_id": "fd03c81c-f814-4c2c-b577-c98486736eba",
            "last_updated": "2023-12-05T21:08:17.403141-05:00",
            "created_at": "2023-12-01T19:28:11.598507-05:00",
            "name": "Everton",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999de2fc-5b87-421f-bdf0-2499558958cc/?format=api"
        },
        {
            "id": "4abe8fd6-e11b-435d-a372-d8747fe186cb",
            "gambit_id": "96bf21a7-4925-4853-ab54-8f71db10c5ce",
            "last_updated": "2023-12-05T21:08:17.399806-05:00",
            "created_at": "2023-12-01T19:28:11.593615-05:00",
            "name": "Nottingham Forest",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999de2fc-5b87-421f-bdf0-2499558958cc/?format=api"
        },
        {
            "id": "2c1741b6-d628-40ff-b3b5-8cb2c4c7fa25",
            "gambit_id": "1f03749e-9bd6-471c-9134-598baca52273",
            "last_updated": "2023-12-05T21:08:17.396475-05:00",
            "created_at": "2023-12-01T19:28:11.585059-05:00",
            "name": "Draw",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999de2fc-5b87-421f-bdf0-2499558958cc/?format=api"
        }
    ]
}