GET /api/bet_types/7beb1967-9daa-4c02-90fd-1b4a7a377022/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7beb1967-9daa-4c02-90fd-1b4a7a377022",
    "match": "https://api-prod.gambitprofit.com/api/matches/2944cb1e-9c00-42d5-b41a-0f2c9187ac55/?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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "120c0e27-4bd5-4f27-a57c-92b597758b50",
            "gambit_id": "5f319ed5-6d79-4665-a263-0c43808261e0",
            "last_updated": "2022-12-06T09:42:08.627803-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7beb1967-9daa-4c02-90fd-1b4a7a377022/?format=api"
        },
        {
            "id": "1d44aaa2-5228-442c-820e-1fe4a341792d",
            "gambit_id": "c5928431-3d1c-498f-b4ed-208f08bf9cb5",
            "last_updated": "2022-12-06T09:42:08.629158-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7beb1967-9daa-4c02-90fd-1b4a7a377022/?format=api"
        }
    ]
}