GET /api/bet_types/e86e8568-e6dd-438b-90d8-a262771d79d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e86e8568-e6dd-438b-90d8-a262771d79d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f45e229c-bff4-4da8-96b6-7c6e197013ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-08T09:37:00.824561-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 Under 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cca447c1-6304-4ecd-bac5-79c1a7a50339",
            "gambit_id": "7f139265-e5f9-4942-8be2-0f1fa94f56e5",
            "last_updated": "2023-02-09T11:12:07.246957-05:00",
            "created_at": "2023-02-08T09:37:00.825859-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86e8568-e6dd-438b-90d8-a262771d79d4/?format=api"
        },
        {
            "id": "81a071b2-a4d6-41fe-b90d-53f91a624a46",
            "gambit_id": "5c94e1d0-ece2-40eb-b32b-83bb48d7d768",
            "last_updated": "2023-02-09T11:12:07.248248-05:00",
            "created_at": "2023-02-08T09:37:00.827155-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86e8568-e6dd-438b-90d8-a262771d79d4/?format=api"
        }
    ]
}