GET /api/bet_types/f42232e2-c024-4d80-897e-bc65e48e9687/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f42232e2-c024-4d80-897e-bc65e48e9687",
    "match": "https://api-prod.gambitprofit.com/api/matches/124f90c8-d8f8-42f5-b734-5b43e1ce0d13/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T08:13:11.136231-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 Under 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "861c229d-6666-4ec1-ba32-c474fec69373",
            "gambit_id": "7934ca11-e176-42a5-b02e-99fe29edb782",
            "last_updated": "2023-08-10T12:32:55.733876-04:00",
            "created_at": "2023-08-09T08:13:11.144224-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f42232e2-c024-4d80-897e-bc65e48e9687/?format=api"
        },
        {
            "id": "56407c1a-3460-4a55-88e9-e7f99b259a14",
            "gambit_id": "5e61fd64-c8fb-48b8-9cf5-55fdc39aa962",
            "last_updated": "2023-08-10T12:32:55.730662-04:00",
            "created_at": "2023-08-09T08:13:11.139852-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f42232e2-c024-4d80-897e-bc65e48e9687/?format=api"
        }
    ]
}