GET /api/bet_types/23518bfb-6464-4d69-9085-45f871f5f14a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23518bfb-6464-4d69-9085-45f871f5f14a",
    "match": "https://api-prod.gambitprofit.com/api/matches/306dba52-fddd-48d0-987f-adf887146c55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T23:37:55.109510-05: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 2.5",
                "amount": 5255.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": -199.8,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3626053-9562-40fd-9780-638d1bfc3d79",
            "gambit_id": "02396f5e-fd37-48ec-bf96-a61fb1ab6646",
            "last_updated": "2023-12-19T10:18:20.128871-05:00",
            "created_at": "2023-12-15T23:37:55.113088-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23518bfb-6464-4d69-9085-45f871f5f14a/?format=api"
        },
        {
            "id": "c70c2673-3888-4ff7-8bf2-d391bd7368e1",
            "gambit_id": "28c1ca15-3e50-420c-b35a-237113a373a6",
            "last_updated": "2023-12-19T10:18:20.132332-05:00",
            "created_at": "2023-12-15T23:37:55.117084-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23518bfb-6464-4d69-9085-45f871f5f14a/?format=api"
        }
    ]
}