GET /api/bet_types/e32eeb0a-5087-4704-8e8c-8907dc12be35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e32eeb0a-5087-4704-8e8c-8907dc12be35",
    "match": "https://api-prod.gambitprofit.com/api/matches/1370493c-0e54-4a9d-837c-ac67b77fc203/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:22:14.888554-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 9",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "628b9e6f-043b-417b-a32d-0df09ca96ab3",
            "gambit_id": "7d116616-d01f-4219-ae33-fd3abe7a199b",
            "last_updated": "2023-06-05T10:57:21.458628-04:00",
            "created_at": "2023-06-03T11:22:14.892132-04:00",
            "name": "Game Total Under 9",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e32eeb0a-5087-4704-8e8c-8907dc12be35/?format=api"
        },
        {
            "id": "2e33175d-6afe-4c89-96b5-f2d09b0bcd33",
            "gambit_id": "3bc9b1ae-7e9c-48b4-9954-45d77153a387",
            "last_updated": "2023-06-05T10:57:21.456077-04:00",
            "created_at": "2023-06-03T11:22:14.890387-04:00",
            "name": "Game Total Over 9",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e32eeb0a-5087-4704-8e8c-8907dc12be35/?format=api"
        }
    ]
}