GET /api/bet_types/b4334500-3775-49ef-a820-fbfd18e1a5c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4334500-3775-49ef-a820-fbfd18e1a5c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/74bb58c5-0099-4f9f-b5c7-6ba485ca9cb8/?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 Under 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bc376d0-5086-4d33-8e52-37b9c375cb8d",
            "gambit_id": "9c889038-116c-4c85-bbd9-e8245b09eaf9",
            "last_updated": "2022-12-19T13:21:53.993859-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4334500-3775-49ef-a820-fbfd18e1a5c9/?format=api"
        },
        {
            "id": "b34ce8c8-13b1-4d8d-a804-428effac6c04",
            "gambit_id": "090ba1ee-15ea-4ae9-9896-ca7433a6ce37",
            "last_updated": "2022-12-19T13:21:53.994910-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4334500-3775-49ef-a820-fbfd18e1a5c9/?format=api"
        }
    ]
}