GET /api/bet_types/9112ad00-51bd-4ee7-a2ae-b93072d0ce61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9112ad00-51bd-4ee7-a2ae-b93072d0ce61",
    "match": "https://api-prod.gambitprofit.com/api/matches/343a43f6-0432-432f-8c3e-630d96eafccd/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-06T09:23:26.311181-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b73812e5-e358-4576-ad90-b27a68ecc14d",
            "gambit_id": "6f0ded46-cc7e-4ace-a4d0-d6b57f8bcb90",
            "last_updated": "2024-01-09T10:13:16.754474-05:00",
            "created_at": "2024-01-06T09:23:26.314724-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9112ad00-51bd-4ee7-a2ae-b93072d0ce61/?format=api"
        },
        {
            "id": "5fe0539a-a160-48ed-b6e5-8ea582d7b6b6",
            "gambit_id": "27b34a02-9590-4993-8374-97a8204b2f64",
            "last_updated": "2024-01-09T10:13:16.757800-05:00",
            "created_at": "2024-01-06T09:23:26.319294-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9112ad00-51bd-4ee7-a2ae-b93072d0ce61/?format=api"
        }
    ]
}