GET /api/bet_types/2c0b2d93-6b7d-4664-a79f-0a4cbbf5b245/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c0b2d93-6b7d-4664-a79f-0a4cbbf5b245",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cce8859-0c0e-4e8e-afc7-87723b97fe60/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T10:53:06.496490-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": "Total Rounds Over 1.5",
                "amount": 5297.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4703.0
            }
        ],
        "expected_reward_tokens": 9216.78,
        "profit_sb": -283.22,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4ce6d22-39e8-4f99-bf64-2efbabb5f225",
            "gambit_id": "b475b568-0f2b-4bf6-ab8d-280e0e6b1cec",
            "last_updated": "2023-12-12T10:48:18.646419-05:00",
            "created_at": "2023-12-08T10:53:06.501276-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0b2d93-6b7d-4664-a79f-0a4cbbf5b245/?format=api"
        },
        {
            "id": "8d9dcad3-1d1b-45e0-ac63-640e5a039e00",
            "gambit_id": "11994470-ae37-4d01-abd8-c092d7b146e2",
            "last_updated": "2023-12-12T10:48:18.649732-05:00",
            "created_at": "2023-12-08T10:53:06.517617-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0b2d93-6b7d-4664-a79f-0a4cbbf5b245/?format=api"
        }
    ]
}