GET /api/bet_types/9f9d3e23-8c4a-4316-9aec-c782e99df0d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f9d3e23-8c4a-4316-9aec-c782e99df0d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0e3f1ec-a558-4671-90cd-ba04c0ba7f4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-25T13:47:01.384421-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 7300.0
            },
            {
                "team": "Draw",
                "amount": 2700.0
            }
        ],
        "expected_reward_tokens": 11313.0,
        "profit_sb": 1813.0,
        "profit_sb_percentage": 19.08,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6017.0
            },
            {
                "team": "Draw",
                "amount": 2226.0
            },
            {
                "team": "Chelsea",
                "amount": 1757.0
            }
        ],
        "expected_reward_tokens": 9326.35,
        "profit_sb": -173.65,
        "profit_sb_percentage": -1.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0677dc6-d745-4607-b1cf-23003b75b509",
            "gambit_id": "88f26552-adf2-4590-b253-e821f35127b5",
            "last_updated": "2023-05-26T11:52:17.696017-04:00",
            "created_at": "2023-05-25T13:47:01.395182-04:00",
            "name": "Manchester United",
            "reward": "1.55000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f9d3e23-8c4a-4316-9aec-c782e99df0d9/?format=api"
        },
        {
            "id": "486ada36-dc67-4610-a0e6-91d9f507bccb",
            "gambit_id": "41abcb2d-5c69-4ebd-ae77-92dbafe1f894",
            "last_updated": "2023-05-26T11:52:17.691013-04:00",
            "created_at": "2023-05-25T13:47:01.388982-04:00",
            "name": "Draw",
            "reward": "4.19000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f9d3e23-8c4a-4316-9aec-c782e99df0d9/?format=api"
        },
        {
            "id": "4c6e8b04-6700-4a75-bdc0-454cfad24844",
            "gambit_id": "cc49a8a2-2532-4d60-a82a-ac7e971db657",
            "last_updated": "2023-05-26T11:52:17.693740-04:00",
            "created_at": "2023-05-25T13:47:01.392638-04:00",
            "name": "Chelsea",
            "reward": "5.31000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f9d3e23-8c4a-4316-9aec-c782e99df0d9/?format=api"
        }
    ]
}