GET /api/bet_types/0784572a-3a66-4044-9bc0-a18fae526042/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0784572a-3a66-4044-9bc0-a18fae526042",
    "match": "https://api-prod.gambitprofit.com/api/matches/88bc4d25-6137-4be0-92c7-6fdf9a13799e/?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 6",
                "amount": 5224.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "994b4f2c-7346-4d96-8a96-1cd0606632c7",
            "gambit_id": "fe56008b-10be-4d14-a5f4-38935e600d9b",
            "last_updated": "2022-10-14T09:57:03.814692-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0784572a-3a66-4044-9bc0-a18fae526042/?format=api"
        },
        {
            "id": "63f6ec64-ab3f-4cc8-b14c-200c5bfbe0c9",
            "gambit_id": "e29b50db-7d50-46a2-a790-c52f60b47c60",
            "last_updated": "2022-10-14T09:57:03.815879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0784572a-3a66-4044-9bc0-a18fae526042/?format=api"
        }
    ]
}