GET /api/bet_types/3b63e63f-24fd-4b17-9f2f-48d1279c8d88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b63e63f-24fd-4b17-9f2f-48d1279c8d88",
    "match": "https://api-prod.gambitprofit.com/api/matches/360f6e09-3156-411a-9aa4-f6e1873aefb3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-17T09:28:12.313059-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "80ad9e5a-af27-40ae-a08d-7166d1f3b40f",
            "gambit_id": "6bf168e8-0e8f-4af4-ab96-fed7cee52191",
            "last_updated": "2024-01-19T12:03:14.537558-05:00",
            "created_at": "2024-01-17T09:28:12.319643-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b63e63f-24fd-4b17-9f2f-48d1279c8d88/?format=api"
        },
        {
            "id": "72c0b0b2-4b30-4fd5-ace8-02e704b2300e",
            "gambit_id": "039de161-cb15-41c5-a6eb-1e5dd9966ebd",
            "last_updated": "2024-01-19T12:03:14.541237-05:00",
            "created_at": "2024-01-17T09:28:12.325888-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b63e63f-24fd-4b17-9f2f-48d1279c8d88/?format=api"
        }
    ]
}