GET /api/bet_types/43e7a686-3fcb-4db0-82b5-3c4cffb919cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43e7a686-3fcb-4db0-82b5-3c4cffb919cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b93761ab-cc1e-4670-97ce-124650840328/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-28T10:03:12.384116-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "96e35ef1-17bf-4bdc-8e57-afb170d1c926",
            "gambit_id": "a923d4cf-91ac-487e-8135-a5ec42728313",
            "last_updated": "2023-12-30T16:28:08.437662-05:00",
            "created_at": "2023-12-28T10:03:12.387755-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43e7a686-3fcb-4db0-82b5-3c4cffb919cc/?format=api"
        },
        {
            "id": "140f8617-17e7-4f8e-b916-e16bc9e9cedc",
            "gambit_id": "88822423-736f-436d-8024-8c981687700e",
            "last_updated": "2023-12-30T16:28:08.434456-05:00",
            "created_at": "2023-12-28T10:03:12.391550-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43e7a686-3fcb-4db0-82b5-3c4cffb919cc/?format=api"
        }
    ]
}