GET /api/bet_types/56dfc222-c14e-4e8e-8b04-06c2e7cc5c30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56dfc222-c14e-4e8e-8b04-06c2e7cc5c30",
    "match": "https://api-prod.gambitprofit.com/api/matches/473618a6-906f-4e1e-a50a-088cbb962505/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T23:37:56.614480-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 6464.0
            },
            {
                "team": "Draw",
                "amount": 3536.0
            }
        ],
        "expected_reward_tokens": 12022.4,
        "profit_sb": 2522.4,
        "profit_sb_percentage": 26.55,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 4964.0
            },
            {
                "team": "Draw",
                "amount": 2716.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 2320.0
            }
        ],
        "expected_reward_tokens": 9233.04,
        "profit_sb": -266.96,
        "profit_sb_percentage": -2.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca642c63-5d3f-4571-bc52-4b5cb9acf790",
            "gambit_id": "3a76f4ab-b3fc-4ce7-be80-8351ce3da185",
            "last_updated": "2023-12-19T10:23:28.964387-05:00",
            "created_at": "2023-12-15T23:37:56.622256-05:00",
            "name": "West Ham United",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56dfc222-c14e-4e8e-8b04-06c2e7cc5c30/?format=api"
        },
        {
            "id": "c961e036-fd02-417b-9a55-0d569420909f",
            "gambit_id": "46b78c69-2751-44fe-9e86-1c9b080e220d",
            "last_updated": "2023-12-19T10:23:28.957553-05:00",
            "created_at": "2023-12-15T23:37:56.618278-05:00",
            "name": "Draw",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56dfc222-c14e-4e8e-8b04-06c2e7cc5c30/?format=api"
        },
        {
            "id": "f6b77f76-ddfa-4ceb-8df3-08c1ec2d80cb",
            "gambit_id": "df2a790a-58bd-4e5f-9d85-4ec5f07ad1b8",
            "last_updated": "2023-12-19T10:23:28.967773-05:00",
            "created_at": "2023-12-15T23:37:56.625972-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56dfc222-c14e-4e8e-8b04-06c2e7cc5c30/?format=api"
        }
    ]
}