GET /api/bet_types/bc5c4033-fdf5-4c31-a74e-f65b9a4350e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc5c4033-fdf5-4c31-a74e-f65b9a4350e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/96ad2485-8886-4daa-9799-383eae3decc3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:46:52.694645-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": 6128.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3872.0
            }
        ],
        "expected_reward_tokens": 9253.28,
        "profit_sb": -246.72,
        "profit_sb_percentage": -2.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "078f5231-a675-41a7-82c5-c02654a180e3",
            "gambit_id": "551bbf7d-d60a-4b40-bc0d-2591a9cc9287",
            "last_updated": "2023-03-13T14:06:51.197297-04:00",
            "created_at": "2023-03-10T08:46:52.697541-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc5c4033-fdf5-4c31-a74e-f65b9a4350e3/?format=api"
        },
        {
            "id": "1c9c5c4c-1beb-4a92-a83a-7bdda5c17724",
            "gambit_id": "5babbd1c-5762-462e-9832-bf2576135934",
            "last_updated": "2023-03-13T14:06:51.195401-04:00",
            "created_at": "2023-03-10T08:46:52.696089-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc5c4033-fdf5-4c31-a74e-f65b9a4350e3/?format=api"
        }
    ]
}