GET /api/bet_types/09edbbad-dda0-4fe1-b6cd-5e970e82eab1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09edbbad-dda0-4fe1-b6cd-5e970e82eab1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cafa0c7a-97fb-4808-a086-9ff1283c6e95/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-29T09:13:12.523758-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "36e25cb5-6ad2-4e65-9b82-ded42c405f5a",
            "gambit_id": "1aec110b-3a80-496e-b62a-075573769368",
            "last_updated": "2024-01-31T10:18:29.602582-05:00",
            "created_at": "2024-01-29T09:13:12.531966-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09edbbad-dda0-4fe1-b6cd-5e970e82eab1/?format=api"
        },
        {
            "id": "966145de-6c57-484a-a7e5-10afe60dc28e",
            "gambit_id": "2f9c6f44-4901-4085-967a-bb0f9610125e",
            "last_updated": "2024-01-31T10:18:29.606057-05:00",
            "created_at": "2024-01-29T09:13:12.527551-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09edbbad-dda0-4fe1-b6cd-5e970e82eab1/?format=api"
        }
    ]
}