GET /api/bet_types/3d6281c5-2552-4c94-9065-653f4dc0a64d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d6281c5-2552-4c94-9065-653f4dc0a64d",
    "match": "https://api-prod.gambitprofit.com/api/matches/add080f4-77d7-47a8-96de-7d33aac0bf5e/?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": 6418.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3582.0
            }
        ],
        "expected_reward_tokens": 8919.18,
        "profit_sb": -80.82,
        "profit_sb_percentage": -0.9,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2aaaadc-2c0a-4368-8746-a0ef1335a7f3",
            "gambit_id": "7acdbb5f-99e6-4e0c-b66e-5ba09dc6d356",
            "last_updated": "2022-10-03T18:46:50.880585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.39000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d6281c5-2552-4c94-9065-653f4dc0a64d/?format=api"
        },
        {
            "id": "fb92251d-bc2f-42e9-b124-0274001c1af4",
            "gambit_id": "8d4c286e-2f43-430d-b59f-802ad0d6eae3",
            "last_updated": "2022-10-03T18:46:50.879639-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d6281c5-2552-4c94-9065-653f4dc0a64d/?format=api"
        }
    ]
}