GET /api/bet_types/9f25b1ee-356a-4bd1-b054-45f634e3fd1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f25b1ee-356a-4bd1-b054-45f634e3fd1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/feae4a5d-69d3-452c-b24a-e0bc73ee11e3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:02.750162-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": "Philadelphia Flyers",
                "amount": 5107.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2df569d6-617e-4e24-9ec7-8890e29d1033",
            "gambit_id": "0e622391-a100-499b-ae9a-a79b60841ed2",
            "last_updated": "2023-12-23T14:53:19.982006-05:00",
            "created_at": "2023-12-21T09:13:02.761532-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f25b1ee-356a-4bd1-b054-45f634e3fd1e/?format=api"
        },
        {
            "id": "af94d724-da99-49be-874e-45b0b3abe55e",
            "gambit_id": "1ffbf775-cae2-4a22-a13c-f3d7bba9da4d",
            "last_updated": "2023-12-23T14:53:19.977724-05:00",
            "created_at": "2023-12-21T09:13:02.756494-05:00",
            "name": "Nashville Predators",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f25b1ee-356a-4bd1-b054-45f634e3fd1e/?format=api"
        }
    ]
}