GET /api/bet_types/d657376d-4cea-42ff-b0bb-b7e5c94c4e91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d657376d-4cea-42ff-b0bb-b7e5c94c4e91",
    "match": "https://api-prod.gambitprofit.com/api/matches/44175f8a-4900-43e5-ae44-b16a00d87e85/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:18.859193-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 Over 251.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 251.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a465c3e2-6319-4540-bd20-29f05de0c1bb",
            "gambit_id": "b47acbdf-6c0e-47b5-9b8b-a9e0ddab1fc2",
            "last_updated": "2023-12-19T20:48:13.657431-05:00",
            "created_at": "2023-12-18T09:53:18.863075-05:00",
            "name": "Game Total Over 251.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "251.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d657376d-4cea-42ff-b0bb-b7e5c94c4e91/?format=api"
        },
        {
            "id": "40865dad-0c6c-4c5d-b6d5-e32836d9a8b9",
            "gambit_id": "e35fe3cf-d970-48a4-a463-cba60aa08910",
            "last_updated": "2023-12-19T20:48:13.661403-05:00",
            "created_at": "2023-12-18T09:53:18.871871-05:00",
            "name": "Game Total Under 251.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "251.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d657376d-4cea-42ff-b0bb-b7e5c94c4e91/?format=api"
        }
    ]
}