GET /api/bet_types/34b84d75-cb31-4263-a8b4-178015dae871/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b84d75-cb31-4263-a8b4-178015dae871",
    "match": "https://api-prod.gambitprofit.com/api/matches/62f44a15-c7d6-403d-b784-b697a605b446/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-01T09:18:09.433697-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 242",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 242",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cc4b810-c2fa-490b-86e8-574410f70b93",
            "gambit_id": "f56cd5a5-913a-4704-97f6-78ba21662890",
            "last_updated": "2024-02-02T14:43:24.061695-05:00",
            "created_at": "2024-02-01T09:18:09.437412-05:00",
            "name": "Game Total Over 242",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b84d75-cb31-4263-a8b4-178015dae871/?format=api"
        },
        {
            "id": "eb8f2fa4-43a8-4ff9-aa41-59551ac3c384",
            "gambit_id": "c34b0736-7596-424d-9a2d-c41c1c49ec42",
            "last_updated": "2024-02-02T14:43:24.065242-05:00",
            "created_at": "2024-02-01T09:18:09.443165-05:00",
            "name": "Game Total Under 242",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b84d75-cb31-4263-a8b4-178015dae871/?format=api"
        }
    ]
}