GET /api/bet_types/45a5a0f5-a21d-4ae6-b542-5a14d8177d9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45a5a0f5-a21d-4ae6-b542-5a14d8177d9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3516c40-e23e-40ca-bb96-48b9666c7b15/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-17T08:58:20.576556-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 7",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "1067f765-e587-4ba3-9c68-82e08ab05698",
            "gambit_id": "fa030b2e-f198-4743-9d58-cf7918bdd43a",
            "last_updated": "2023-10-18T10:57:55.616480-04:00",
            "created_at": "2023-10-17T08:58:20.584983-04:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a5a0f5-a21d-4ae6-b542-5a14d8177d9d/?format=api"
        },
        {
            "id": "56351e7a-389c-4cbc-969f-70043733705a",
            "gambit_id": "3fec74df-5e11-4d3d-983a-25ec692d1cf3",
            "last_updated": "2023-10-18T10:57:55.613357-04:00",
            "created_at": "2023-10-17T08:58:20.580363-04:00",
            "name": "Game Total Over 7",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a5a0f5-a21d-4ae6-b542-5a14d8177d9d/?format=api"
        }
    ]
}