GET /api/bet_types/c33af4a0-23aa-46ae-882a-e915fa8c1686/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33af4a0-23aa-46ae-882a-e915fa8c1686",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecab56c8-c66b-4ef4-9264-942b89abee05/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-23T09:11:56.919075-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "e578ba6b-56a4-42de-8a2c-3c5b5f05e253",
            "gambit_id": "413e042c-6a6d-46cf-826e-bfdd3df89f92",
            "last_updated": "2023-01-24T09:41:53.655054-05:00",
            "created_at": "2023-01-23T09:11:56.921732-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33af4a0-23aa-46ae-882a-e915fa8c1686/?format=api"
        },
        {
            "id": "2ae40fd1-b2ba-4520-bf23-162fcdce104b",
            "gambit_id": "b8d86e01-f41d-4d3f-9e21-dc276fed2315",
            "last_updated": "2023-01-24T09:41:53.653781-05:00",
            "created_at": "2023-01-23T09:11:56.920383-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33af4a0-23aa-46ae-882a-e915fa8c1686/?format=api"
        }
    ]
}