GET /api/bet_types/af3f0786-00e2-41f2-855f-7fa569f92914/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af3f0786-00e2-41f2-855f-7fa569f92914",
    "match": "https://api-prod.gambitprofit.com/api/matches/aaf9ed83-a650-4b25-a3be-a3cc4fbaf0ec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-23T09:28:13.343689-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "179f1a14-c60a-48a8-ad84-10a7ed3ab02e",
            "gambit_id": "05a6fa2e-e18a-44b7-a36f-cb2d9ebb04fb",
            "last_updated": "2023-06-24T10:38:18.291466-04:00",
            "created_at": "2023-06-23T09:28:13.347853-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af3f0786-00e2-41f2-855f-7fa569f92914/?format=api"
        },
        {
            "id": "81c527b9-da10-4040-9f98-4eee9aa4d84d",
            "gambit_id": "2d598376-811f-47fa-a771-54512bc85805",
            "last_updated": "2023-06-24T10:38:18.292753-04:00",
            "created_at": "2023-06-23T09:28:13.350469-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af3f0786-00e2-41f2-855f-7fa569f92914/?format=api"
        }
    ]
}