GET /api/bet_types/36809d3d-9913-407b-a66d-e55ed9832b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36809d3d-9913-407b-a66d-e55ed9832b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/13709a23-cc50-4b23-ba3d-ae510310f844/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:16.296495-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": "Pittsburgh Penguins",
                "amount": 5000.0
            },
            {
                "team": "Nashville Predators",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa078edf-f7f5-4380-a12b-9a23b96f5fcb",
            "gambit_id": "8cf421f4-fad7-45e0-b25d-48f07d78870a",
            "last_updated": "2023-11-29T21:58:07.358282-05:00",
            "created_at": "2023-11-28T09:33:16.300603-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36809d3d-9913-407b-a66d-e55ed9832b3f/?format=api"
        },
        {
            "id": "7aec7757-cb11-4f62-8f30-ba94d79214a5",
            "gambit_id": "91394843-db6f-4e8e-8c23-78b26e2f81a2",
            "last_updated": "2023-11-29T21:58:07.361878-05:00",
            "created_at": "2023-11-28T09:33:16.304768-05:00",
            "name": "Nashville Predators",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36809d3d-9913-407b-a66d-e55ed9832b3f/?format=api"
        }
    ]
}