GET /api/bet_types/82e69ffc-7b29-46c7-90dc-0d68f370561a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82e69ffc-7b29-46c7-90dc-0d68f370561a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bdb1fe76-ac80-49df-9b5d-2edbbf6d311f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-14T09:28:04.924917-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 Under 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e6ed7a3-e388-419a-b8c0-a963f0305f09",
            "gambit_id": "ff3d4b22-5731-4b33-92ff-77e99d5f3b60",
            "last_updated": "2023-10-16T17:58:29.097020-04:00",
            "created_at": "2023-10-14T09:28:04.939090-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e69ffc-7b29-46c7-90dc-0d68f370561a/?format=api"
        },
        {
            "id": "26e0d651-fc1f-4c24-b000-a0222e247681",
            "gambit_id": "4cb0d634-060a-4315-8c8c-aa84717e08ae",
            "last_updated": "2023-10-16T17:58:29.093864-04:00",
            "created_at": "2023-10-14T09:28:04.932652-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e69ffc-7b29-46c7-90dc-0d68f370561a/?format=api"
        }
    ]
}