GET /api/bet_types/2246079d-b099-4211-a383-020fb93cb36c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2246079d-b099-4211-a383-020fb93cb36c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a09e9e32-09aa-45b3-b0e1-c0352db3ab06/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:58.668493-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Lakers",
                "amount": 6611.0
            },
            {
                "team": "Miami Heat",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "490fda0e-3e01-40f7-827c-9e943a18f54a",
            "gambit_id": "44bbc731-ab4e-4327-99a0-1d61853fbefa",
            "last_updated": "2024-01-05T13:53:02.666338-05:00",
            "created_at": "2024-01-03T09:37:58.676955-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2246079d-b099-4211-a383-020fb93cb36c/?format=api"
        },
        {
            "id": "582415b5-52b0-48d8-9bca-26d2a9207dd6",
            "gambit_id": "a9c4716b-67cd-41ff-888f-8bfe0fd81650",
            "last_updated": "2024-01-05T13:53:02.663106-05:00",
            "created_at": "2024-01-03T09:37:58.672383-05:00",
            "name": "Miami Heat",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2246079d-b099-4211-a383-020fb93cb36c/?format=api"
        }
    ]
}