GET /api/bet_types/27253a5e-2b78-43b7-a805-9a324e808e7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27253a5e-2b78-43b7-a805-9a324e808e7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/18629de8-86f8-453e-8488-a7b7d42e2f94/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-19T09:42:15.816404-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 Under 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc19299e-bf4c-4344-9495-75af62e3a726",
            "gambit_id": "f62ad03f-a878-45fe-a91b-8516a548efd4",
            "last_updated": "2023-01-20T10:06:58.545975-05:00",
            "created_at": "2023-01-19T09:42:15.817762-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27253a5e-2b78-43b7-a805-9a324e808e7f/?format=api"
        },
        {
            "id": "d6c7bb6b-6872-4b86-a142-03aafebf882c",
            "gambit_id": "b43e0162-527b-438e-9b40-a4c27d9d7344",
            "last_updated": "2023-01-20T10:06:58.547117-05:00",
            "created_at": "2023-01-19T09:42:15.819198-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27253a5e-2b78-43b7-a805-9a324e808e7f/?format=api"
        }
    ]
}