GET /api/bet_types/e7bbe85f-d630-4c69-a38f-28bcb110e558/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7bbe85f-d630-4c69-a38f-28bcb110e558",
    "match": "https://api-prod.gambitprofit.com/api/matches/c686f450-64d5-4649-b857-b64aff519d21/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5520.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "3aa97a82-2923-46f0-8a82-faf3de3bea4b",
            "gambit_id": "9dcd380c-827b-49e8-a455-ab1802c4785b",
            "last_updated": "2022-10-13T09:57:19.904283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7bbe85f-d630-4c69-a38f-28bcb110e558/?format=api"
        },
        {
            "id": "f516eb3b-39bf-44a1-9d5e-cf68acad9ab5",
            "gambit_id": "03ed5c7f-f246-489a-b6bc-107455b764c8",
            "last_updated": "2022-10-13T09:57:19.903163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7bbe85f-d630-4c69-a38f-28bcb110e558/?format=api"
        }
    ]
}