GET /api/bet_types/6b2f484c-7e9e-4e9d-b3d0-fa599d5b5b90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b2f484c-7e9e-4e9d-b3d0-fa599d5b5b90",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b2615d6-c6e6-4146-b983-92f4e2b03a4a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-10T09:02:10.263570-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": "Game Total Under 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "897f69ee-428e-4e16-be01-a5cf63308a15",
            "gambit_id": "db020b93-d49d-44df-a7ac-1d66d1fd4741",
            "last_updated": "2023-02-11T13:07:03.467794-05:00",
            "created_at": "2023-02-10T09:02:10.264871-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b2f484c-7e9e-4e9d-b3d0-fa599d5b5b90/?format=api"
        },
        {
            "id": "3a46f6db-b344-465f-882e-7cef3d9ba1bf",
            "gambit_id": "257a578b-40c9-4a23-ad97-bfb457e4e796",
            "last_updated": "2023-02-11T13:07:03.469432-05:00",
            "created_at": "2023-02-10T09:02:10.266272-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b2f484c-7e9e-4e9d-b3d0-fa599d5b5b90/?format=api"
        }
    ]
}