GET /api/bet_types/aa384d0e-fb8c-41d0-846c-d11b952d7a5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa384d0e-fb8c-41d0-846c-d11b952d7a5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/be4d16f2-20bd-4aa5-b152-8dd9a4d21af3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T13:38:17.592857-04: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 12.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 12.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec6e62d9-0499-4c8d-9530-ddc97efa4567",
            "gambit_id": "2a5d6164-aa23-4524-ac6e-fb518f2204dd",
            "last_updated": "2023-06-29T17:53:21.078229-04:00",
            "created_at": "2023-06-28T13:38:17.595269-04:00",
            "name": "Game Total Over 12.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa384d0e-fb8c-41d0-846c-d11b952d7a5f/?format=api"
        },
        {
            "id": "27e1abcc-8507-407b-8126-058527324f71",
            "gambit_id": "fdb73e93-a382-4213-b901-615b5f8006d0",
            "last_updated": "2023-06-29T17:53:21.079812-04:00",
            "created_at": "2023-06-28T13:38:17.597804-04:00",
            "name": "Game Total Under 12.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa384d0e-fb8c-41d0-846c-d11b952d7a5f/?format=api"
        }
    ]
}