GET /api/bet_types/6c6b7242-8d81-486a-bcdd-a2b6e604068e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c6b7242-8d81-486a-bcdd-a2b6e604068e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbc3eea0-eeea-40cc-b099-6af56dcfdfb1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-22T10:13:14.268017-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 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "996dd6ca-484b-4ff5-af56-9313cbb4deff",
            "gambit_id": "9dbcec31-1f79-43e6-9d26-72819e737dbf",
            "last_updated": "2023-12-23T21:08:16.819096-05:00",
            "created_at": "2023-12-22T10:13:14.273596-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c6b7242-8d81-486a-bcdd-a2b6e604068e/?format=api"
        },
        {
            "id": "7e50457e-d0c2-4a02-83c2-0589463096ed",
            "gambit_id": "63dd6f09-4cc9-418b-8f43-265f0da0bb77",
            "last_updated": "2023-12-23T21:08:16.823330-05:00",
            "created_at": "2023-12-22T10:13:14.278293-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c6b7242-8d81-486a-bcdd-a2b6e604068e/?format=api"
        }
    ]
}