GET /api/bet_types/9979cbf9-8e38-4862-b5c9-0861235e12db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9979cbf9-8e38-4862-b5c9-0861235e12db",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d0f3159-98b7-455a-a94b-d9416bc0bcca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-13T09:11:48.986231-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "34f3abe0-414d-4fa8-b5f7-6bce4db959cb",
            "gambit_id": "2744aa0a-46fb-4104-9b9a-9ca30a5679be",
            "last_updated": "2023-01-14T11:01:54.305732-05:00",
            "created_at": "2023-01-13T09:11:48.988768-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9979cbf9-8e38-4862-b5c9-0861235e12db/?format=api"
        },
        {
            "id": "f51823c7-8c04-44e4-96d4-d1be40731e6f",
            "gambit_id": "793e2879-01f2-46f7-878d-a29d666d053f",
            "last_updated": "2023-01-14T11:01:54.302537-05:00",
            "created_at": "2023-01-13T09:11:48.987488-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9979cbf9-8e38-4862-b5c9-0861235e12db/?format=api"
        }
    ]
}