GET /api/bet_types/f5a2f285-3bc0-4488-ac59-a8d9b61ada93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5a2f285-3bc0-4488-ac59-a8d9b61ada93",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de9d373-78d1-4542-9fa4-c4de085663bd/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:24.298607-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 217.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 217.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd70dfee-49d7-4ce6-8550-e85ef471f2fe",
            "gambit_id": "912f4b93-04c4-487f-8776-9e1cc1de3892",
            "last_updated": "2024-01-17T22:13:13.638825-05:00",
            "created_at": "2024-01-15T10:23:24.303601-05:00",
            "name": "Game Total Under 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5a2f285-3bc0-4488-ac59-a8d9b61ada93/?format=api"
        },
        {
            "id": "5b02c48d-2fd6-474d-b1eb-0fe60368032c",
            "gambit_id": "c72f63f4-9b31-47d1-b419-9524643c3f63",
            "last_updated": "2024-01-17T22:13:13.642008-05:00",
            "created_at": "2024-01-15T10:23:24.314302-05:00",
            "name": "Game Total Over 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5a2f285-3bc0-4488-ac59-a8d9b61ada93/?format=api"
        }
    ]
}