GET /api/bet_types/e658e300-d517-4726-8c3b-36d2ef0a04b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e658e300-d517-4726-8c3b-36d2ef0a04b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb951eab-1c61-4051-ac2b-adbae36d527a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ade82b6-2560-484e-9879-ea2cfde6959c",
            "gambit_id": "2e846830-3af6-471c-8e7b-06e6633517d4",
            "last_updated": "2022-09-12T10:47:17.412360-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e658e300-d517-4726-8c3b-36d2ef0a04b1/?format=api"
        },
        {
            "id": "223ee0a8-5705-4e41-aa50-0fca87d4f045",
            "gambit_id": "a2610e63-0b9b-4652-83bd-32f82dbb80c6",
            "last_updated": "2022-09-12T10:47:17.413362-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e658e300-d517-4726-8c3b-36d2ef0a04b1/?format=api"
        }
    ]
}