GET /api/bet_types/5207c904-43c6-49e2-a07a-1d6b032b271d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5207c904-43c6-49e2-a07a-1d6b032b271d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c56892a8-10ad-4347-9ff4-44dc0c4e355e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-26T11:58:18.597929-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 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "88671a43-06e4-49f8-bd93-e1ed6f6585c3",
            "gambit_id": "7f8311f8-586d-4e65-99ee-845e054e1d70",
            "last_updated": "2023-12-27T13:12:57.679094-05:00",
            "created_at": "2023-12-26T11:58:18.605236-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5207c904-43c6-49e2-a07a-1d6b032b271d/?format=api"
        },
        {
            "id": "31cd5434-472d-4a6c-be12-601950ac2220",
            "gambit_id": "3e7f429c-2d1d-47f1-9c32-7c0aa87ba8c3",
            "last_updated": "2023-12-27T13:12:57.671588-05:00",
            "created_at": "2023-12-26T11:58:18.601343-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5207c904-43c6-49e2-a07a-1d6b032b271d/?format=api"
        }
    ]
}