GET /api/bet_types/97a776c8-6e61-44f5-a247-5f2a34b476f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97a776c8-6e61-44f5-a247-5f2a34b476f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6428224-e241-4d2f-9252-6fbcf6ff0590/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-03T09:28:00.160242-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 7.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f7ccbb6-f3aa-4956-b8e0-50e99d2935cb",
            "gambit_id": "0beb14ae-1f28-49e3-824c-d90d3599439d",
            "last_updated": "2023-10-04T10:03:19.111017-04:00",
            "created_at": "2023-10-03T09:28:00.193795-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a776c8-6e61-44f5-a247-5f2a34b476f9/?format=api"
        },
        {
            "id": "1f0a0b38-2292-413e-8959-3981712648cb",
            "gambit_id": "16d617fe-b7b3-4689-9c5a-f01d89f65e9d",
            "last_updated": "2023-10-04T10:03:19.107562-04:00",
            "created_at": "2023-10-03T09:28:00.187809-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a776c8-6e61-44f5-a247-5f2a34b476f9/?format=api"
        }
    ]
}