GET /api/bet_types/fa8f9005-ba83-47bc-b614-20908a37acd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa8f9005-ba83-47bc-b614-20908a37acd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f61dc41e-deeb-41f0-8bd3-d4dda2d1668f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-26T11:58:17.139834-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": "Orlando Magic",
                "amount": 7033.0
            },
            {
                "team": "Washington Wizards",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "09bd7fa3-494e-4d10-a2b8-65a9cc5eeb8d",
            "gambit_id": "a10f7730-b9c4-4699-be05-68e46612ae54",
            "last_updated": "2023-12-27T13:22:59.286895-05:00",
            "created_at": "2023-12-26T11:58:17.143360-05:00",
            "name": "Orlando Magic",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa8f9005-ba83-47bc-b614-20908a37acd7/?format=api"
        },
        {
            "id": "e5f8bfb1-f076-49d3-a440-f5e37d24b5b4",
            "gambit_id": "17c7529d-0c9a-4031-a640-7fa591d32b46",
            "last_updated": "2023-12-27T13:22:59.290806-05:00",
            "created_at": "2023-12-26T11:58:17.147748-05:00",
            "name": "Washington Wizards",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa8f9005-ba83-47bc-b614-20908a37acd7/?format=api"
        }
    ]
}