GET /api/bet_types/413d9dbb-1046-45b5-8b58-486f48df8cb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "413d9dbb-1046-45b5-8b58-486f48df8cb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/84de830f-849a-49b7-ae19-0dd2d03e0564/?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 2.5",
                "amount": 6095.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3905.0
            }
        ],
        "expected_reward_tokens": 9020.55,
        "profit_sb": 20.55,
        "profit_sb_percentage": 0.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "87caca79-e8ad-4eea-9d63-300da699db08",
            "gambit_id": "2d328636-e5e2-4383-9e53-469077bb097c",
            "last_updated": "2022-09-05T10:52:18.679689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/413d9dbb-1046-45b5-8b58-486f48df8cb2/?format=api"
        },
        {
            "id": "6d4dcb0b-5d0c-4b94-a789-b668b14ca90f",
            "gambit_id": "83e4f93e-5061-4670-94ad-b18c1219bbaf",
            "last_updated": "2022-09-05T10:52:18.678685-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/413d9dbb-1046-45b5-8b58-486f48df8cb2/?format=api"
        }
    ]
}