GET /api/bet_types/cdeab0cc-a835-4b34-b72c-583bb79b6876/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdeab0cc-a835-4b34-b72c-583bb79b6876",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9230d3c-f43e-4b68-9c34-f7fa6593f8dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-23T09:28:13.136987-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7f5dd5b-b632-4557-893e-7e6a26375de1",
            "gambit_id": "55019de9-5610-4932-b4cc-aa884ee286e9",
            "last_updated": "2023-06-25T10:18:02.760116-04:00",
            "created_at": "2023-06-23T09:28:13.138792-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdeab0cc-a835-4b34-b72c-583bb79b6876/?format=api"
        },
        {
            "id": "d67a6087-e578-4ccf-8e4f-8af06a1ed51f",
            "gambit_id": "659c3403-dc51-44f8-9806-035bc60f0763",
            "last_updated": "2023-06-25T10:18:02.761624-04:00",
            "created_at": "2023-06-23T09:28:13.140655-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdeab0cc-a835-4b34-b72c-583bb79b6876/?format=api"
        }
    ]
}