GET /api/bet_types/4e97efe4-0ef8-4ff7-a56e-5d5b572a7259/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e97efe4-0ef8-4ff7-a56e-5d5b572a7259",
    "match": "https://api-prod.gambitprofit.com/api/matches/c75acd61-d993-4069-8610-8b424dbb7010/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T10:48:05.173166-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": 5054.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4946.0
            }
        ],
        "expected_reward_tokens": 9198.28,
        "profit_sb": -301.72,
        "profit_sb_percentage": -3.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8dbf151-dde2-4601-972f-d0988195cb70",
            "gambit_id": "8b700752-8bee-472d-bdb6-a1359292ffd6",
            "last_updated": "2023-12-12T10:33:15.504211-05:00",
            "created_at": "2023-12-08T10:48:05.177431-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e97efe4-0ef8-4ff7-a56e-5d5b572a7259/?format=api"
        },
        {
            "id": "ed6fc28b-5237-4832-8fc7-9b89db9f04c7",
            "gambit_id": "95d841bb-5ee4-4202-a0e7-12cc912ba548",
            "last_updated": "2023-12-12T10:33:15.507894-05:00",
            "created_at": "2023-12-08T10:48:05.181212-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e97efe4-0ef8-4ff7-a56e-5d5b572a7259/?format=api"
        }
    ]
}