GET /api/bet_types/b6b36be7-9627-4771-868f-864e8bbab3d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6b36be7-9627-4771-868f-864e8bbab3d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d70ae283-5b42-4904-90ca-b093779a2d3f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-19T08:32:57.378836-04: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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "a580af53-19f0-4683-a6b0-787e7f6fe86b",
            "gambit_id": "8c9035aa-8284-4dab-b4e3-15ff8d3e5935",
            "last_updated": "2023-10-20T11:28:25.311437-04:00",
            "created_at": "2023-10-19T08:32:57.382481-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b36be7-9627-4771-868f-864e8bbab3d4/?format=api"
        },
        {
            "id": "13d0a506-7b7f-49cc-bc7f-20bb08d71be9",
            "gambit_id": "0889a4d6-f08c-4831-9643-f8b9776f7550",
            "last_updated": "2023-10-20T11:28:25.315301-04:00",
            "created_at": "2023-10-19T08:32:57.388097-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b36be7-9627-4771-868f-864e8bbab3d4/?format=api"
        }
    ]
}