GET /api/bet_types/f5e0d4da-a6c9-40f4-b736-d9722376d3b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5e0d4da-a6c9-40f4-b736-d9722376d3b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/26ebe4bb-2b18-411a-bf63-2abd194b2133/?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 Under 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e8aaa26-e3b2-40b6-a8af-a0249d224bab",
            "gambit_id": "1af99dfb-b6be-4e77-ab35-9859f17a234d",
            "last_updated": "2022-12-10T18:42:01.352164-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 234",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e0d4da-a6c9-40f4-b736-d9722376d3b5/?format=api"
        },
        {
            "id": "9906c5ba-4673-4681-8855-13c15d69ced8",
            "gambit_id": "09fb343e-07ed-403d-a4c8-fb02cf1884a4",
            "last_updated": "2022-12-10T18:42:01.353277-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 234",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e0d4da-a6c9-40f4-b736-d9722376d3b5/?format=api"
        }
    ]
}