GET /api/bet_types/24d5c2e3-0a60-4662-ae41-ef51e32abc51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24d5c2e3-0a60-4662-ae41-ef51e32abc51",
    "match": "https://api-prod.gambitprofit.com/api/matches/abf45c17-7d86-4065-a823-ce395ea1ffd4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:26.036125-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a87a1155-ab2f-4d60-84b4-357bf3af3f1e",
            "gambit_id": "fcf6aa9a-2896-41a6-86e4-0593fc46439b",
            "last_updated": "2024-01-17T22:08:09.089448-05:00",
            "created_at": "2024-01-15T10:23:26.039568-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24d5c2e3-0a60-4662-ae41-ef51e32abc51/?format=api"
        },
        {
            "id": "bea1746a-460c-4353-a728-4661b35679af",
            "gambit_id": "345a157a-c1c2-4180-be15-59f25f2a5181",
            "last_updated": "2024-01-17T22:08:09.092848-05:00",
            "created_at": "2024-01-15T10:23:26.044528-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24d5c2e3-0a60-4662-ae41-ef51e32abc51/?format=api"
        }
    ]
}