GET /api/bet_types/afb8ea02-6b17-4163-870d-42572ee3bfd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afb8ea02-6b17-4163-870d-42572ee3bfd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c679627-fca0-4696-b27a-7b1db24f6ded/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T08:58:11.024081-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecc941c4-3118-4943-8fb3-7279af2428c6",
            "gambit_id": "af56a334-33b6-404a-b6ed-6198b54baa1e",
            "last_updated": "2023-10-02T10:48:24.093650-04:00",
            "created_at": "2023-09-30T08:58:11.029572-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afb8ea02-6b17-4163-870d-42572ee3bfd6/?format=api"
        },
        {
            "id": "29d9b386-cc57-4397-b286-214eb7a1a122",
            "gambit_id": "8c814916-0cf9-42c6-ab90-1418b972b855",
            "last_updated": "2023-10-02T10:48:24.097194-04:00",
            "created_at": "2023-09-30T08:58:11.034845-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afb8ea02-6b17-4163-870d-42572ee3bfd6/?format=api"
        }
    ]
}