GET /api/bet_types/0376d1c4-1ecc-4504-90c4-62829ad9c27f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0376d1c4-1ecc-4504-90c4-62829ad9c27f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ec451d8-6f64-46c2-a6a3-a172805707fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:23.130158-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": "b8215050-b061-451e-aa87-341f5963d8a2",
            "gambit_id": "62b6b263-33f8-4ed8-9fd6-326050fb1d66",
            "last_updated": "2023-11-20T15:03:33.131758-05:00",
            "created_at": "2023-11-18T09:38:23.134730-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/0376d1c4-1ecc-4504-90c4-62829ad9c27f/?format=api"
        },
        {
            "id": "25f67603-1a05-46b0-8581-46501b2b3d02",
            "gambit_id": "26649b89-74c9-4cd3-8a1e-6abf47f6a6d9",
            "last_updated": "2023-11-20T15:03:33.135254-05:00",
            "created_at": "2023-11-18T09:38:23.141053-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/0376d1c4-1ecc-4504-90c4-62829ad9c27f/?format=api"
        }
    ]
}