GET /api/bet_types/a6a64728-28c2-4989-b187-58b860a0c13f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6a64728-28c2-4989-b187-58b860a0c13f",
    "match": "https://api-prod.gambitprofit.com/api/matches/191e3b15-3468-4445-9211-dc399204de50/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-31T00:17:09.964244-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": 5824.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 8852.48,
        "profit_sb": -147.52,
        "profit_sb_percentage": -1.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbadc002-d88a-4b7c-8d2c-9c2658a4b7cc",
            "gambit_id": "aee3a8e5-b1cb-446a-8fe6-c3f8e35b34a1",
            "last_updated": "2023-01-02T13:46:48.337210-05:00",
            "created_at": "2022-12-31T00:17:09.966817-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.52000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a64728-28c2-4989-b187-58b860a0c13f/?format=api"
        },
        {
            "id": "acea0a20-161a-41f9-a63b-5e8d75c071a9",
            "gambit_id": "cb2e4b82-5120-4e81-8b5c-dafe50085782",
            "last_updated": "2023-01-02T13:46:48.335977-05:00",
            "created_at": "2022-12-31T00:17:09.965497-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a64728-28c2-4989-b187-58b860a0c13f/?format=api"
        }
    ]
}