GET /api/bet_types/98925c12-85b2-4ace-ae13-f1688d97213a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98925c12-85b2-4ace-ae13-f1688d97213a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8e6aa0-0af8-4678-a523-44815b711e68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-29T09:58:07.853584-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "38b47e39-6ef2-426a-a613-26e27a47088d",
            "gambit_id": "8765ab95-cb41-448b-a101-6e4937f72876",
            "last_updated": "2024-01-01T13:18:19.742181-05:00",
            "created_at": "2023-12-29T09:58:07.862389-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98925c12-85b2-4ace-ae13-f1688d97213a/?format=api"
        },
        {
            "id": "63c71df1-b3d2-410a-98ed-8fd957aa9a43",
            "gambit_id": "8801e9b0-b61c-4f7a-9a2c-00227f24a159",
            "last_updated": "2024-01-01T13:18:19.738468-05:00",
            "created_at": "2023-12-29T09:58:07.857838-05:00",
            "name": "Game Total Over 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98925c12-85b2-4ace-ae13-f1688d97213a/?format=api"
        }
    ]
}