GET /api/bet_types/890655a7-55ec-4ce9-a448-a7760fdd23b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "890655a7-55ec-4ce9-a448-a7760fdd23b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/71793adf-70bc-479a-ab8d-e93737c7df4f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d58a5456-4528-4fd9-89ab-3bc1f1ad001a",
            "gambit_id": "da48045e-ff45-4ca6-88b1-e030c065afc6",
            "last_updated": "2022-11-16T09:42:25.472215-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/890655a7-55ec-4ce9-a448-a7760fdd23b2/?format=api"
        },
        {
            "id": "0a55884a-47b1-4ad2-8320-21f75d4dd144",
            "gambit_id": "b29c7d4c-07d7-4a5a-a967-39fc7dcbdc9f",
            "last_updated": "2022-11-16T09:42:25.471127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/890655a7-55ec-4ce9-a448-a7760fdd23b2/?format=api"
        }
    ]
}