GET /api/bet_types/391deccc-272f-45fa-9243-dad9f4a6f6e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "391deccc-272f-45fa-9243-dad9f4a6f6e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d7c9ca8-6538-4725-84fb-874a99a1d091/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-28T09:08:09.312553-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": 5094.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "db822211-1a59-4882-a51d-5ca7180c370e",
            "gambit_id": "66a44cc6-570a-4ded-aa66-8eb7fb74232f",
            "last_updated": "2023-10-30T13:23:26.880894-04:00",
            "created_at": "2023-10-28T09:08:09.322856-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/391deccc-272f-45fa-9243-dad9f4a6f6e6/?format=api"
        },
        {
            "id": "97b2495b-bd6f-472d-ab35-449ba8e77617",
            "gambit_id": "272e1a13-b25e-451c-aead-0b78ce28b91c",
            "last_updated": "2023-10-30T13:23:26.877438-04:00",
            "created_at": "2023-10-28T09:08:09.316905-04:00",
            "name": "Game Total Over 9",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/391deccc-272f-45fa-9243-dad9f4a6f6e6/?format=api"
        }
    ]
}