GET /api/bet_types/c1b31076-a156-43b2-b4c0-2dd960a0f8ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1b31076-a156-43b2-b4c0-2dd960a0f8ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/081c11a0-0e62-4134-b157-9ce1645ac38e/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5108.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "56521e5c-5522-4a1e-b730-4c669f0a0a5c",
            "gambit_id": "3b7802d9-bbed-4174-9e22-a233b9db5789",
            "last_updated": "2022-10-02T15:17:31.299326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b31076-a156-43b2-b4c0-2dd960a0f8ea/?format=api"
        },
        {
            "id": "86f5cb01-b923-46e6-93ae-43d298fbdb8e",
            "gambit_id": "7056565e-117e-4ce9-bbf9-72c4a574d3fe",
            "last_updated": "2022-10-02T15:17:31.297967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b31076-a156-43b2-b4c0-2dd960a0f8ea/?format=api"
        }
    ]
}