GET /api/bet_types/d82f9929-f243-427f-b58f-ba1b509e299b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d82f9929-f243-427f-b58f-ba1b509e299b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfcefca5-4d64-4481-be11-9a4d17fd9b4d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:01.341332-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 11.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 11.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "18cab3f8-bb69-4fea-8ad1-be9f814766f5",
            "gambit_id": "8b7010b9-e86e-4a7f-b7df-3f0180326933",
            "last_updated": "2023-04-11T13:22:07.673334-04:00",
            "created_at": "2023-04-10T11:22:01.343511-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d82f9929-f243-427f-b58f-ba1b509e299b/?format=api"
        },
        {
            "id": "5e8ef0a6-9395-4335-bdea-365086aac0ac",
            "gambit_id": "c5c6beaf-951c-4a78-bd42-7d179aa14822",
            "last_updated": "2023-04-11T13:22:07.675723-04:00",
            "created_at": "2023-04-10T11:22:01.345253-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d82f9929-f243-427f-b58f-ba1b509e299b/?format=api"
        }
    ]
}