GET /api/bet_types/8e3d446a-24ff-4a41-bd95-1eb8ef96b16f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e3d446a-24ff-4a41-bd95-1eb8ef96b16f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7156e90d-91c4-4b96-8116-52f2b86b8789/?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": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6452eda-7b23-4efc-b6cb-813d731fd421",
            "gambit_id": "af7e6ec3-83c9-462f-9475-81adec1b51a5",
            "last_updated": "2022-12-05T11:22:13.285781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e3d446a-24ff-4a41-bd95-1eb8ef96b16f/?format=api"
        },
        {
            "id": "c7a7f6f5-8a12-44c6-ac31-0105cb60a715",
            "gambit_id": "54c75708-fa40-4fc3-8b0e-045edeec33ac",
            "last_updated": "2022-12-05T11:22:13.286920-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e3d446a-24ff-4a41-bd95-1eb8ef96b16f/?format=api"
        }
    ]
}