GET /api/bet_types/2a7448f2-3b52-4641-8b35-f418b1e31ce2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a7448f2-3b52-4641-8b35-f418b1e31ce2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f19f4a96-5919-475c-b536-17c39a3d15c2/?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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "051ec551-bbb3-4d3e-94ee-c6ccd376d009",
            "gambit_id": "11c840d7-e608-47d1-9ead-5a35cad9843f",
            "last_updated": "2022-11-10T09:24:09.065682-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7448f2-3b52-4641-8b35-f418b1e31ce2/?format=api"
        },
        {
            "id": "d1c4e054-fd6b-4622-9c31-f211409b40fd",
            "gambit_id": "c7e94bd0-3df9-40cf-bfa0-1f4e60b44029",
            "last_updated": "2022-11-10T09:24:09.064477-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7448f2-3b52-4641-8b35-f418b1e31ce2/?format=api"
        }
    ]
}