GET /api/bet_types/aca09db7-8b58-4e47-9ba2-4b64db605617/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aca09db7-8b58-4e47-9ba2-4b64db605617",
    "match": "https://api-prod.gambitprofit.com/api/matches/7925fff8-e65b-42c3-8af8-b57026b1cc6b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-28T09:08:06.864431-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 6.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "32f71be8-e5c8-4fbc-8646-3ad2d7140fe7",
            "gambit_id": "c5330b50-704d-4767-937c-e4d815bc74d3",
            "last_updated": "2023-10-30T13:38:24.773000-04:00",
            "created_at": "2023-10-28T09:08:06.868286-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca09db7-8b58-4e47-9ba2-4b64db605617/?format=api"
        },
        {
            "id": "b5d4f184-ee26-46b7-b315-a0a55c3610b5",
            "gambit_id": "6ea21223-d3c3-4938-9b97-d8e1ca45d9ed",
            "last_updated": "2023-10-30T13:38:24.777011-04:00",
            "created_at": "2023-10-28T09:08:06.875099-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca09db7-8b58-4e47-9ba2-4b64db605617/?format=api"
        }
    ]
}