GET /api/bet_types/93426092-8373-45cd-a142-cf5566afd127/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93426092-8373-45cd-a142-cf5566afd127",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c81612d-65b3-4f05-a9b6-24b9760d76cb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:18.835623-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8f91062-6a6f-472d-bd19-bc1f67f929b4",
            "gambit_id": "54dd9be5-8be3-4c1a-ba0e-2ec5e0d98ff2",
            "last_updated": "2023-12-08T21:13:05.615891-05:00",
            "created_at": "2023-12-07T09:48:18.844082-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93426092-8373-45cd-a142-cf5566afd127/?format=api"
        },
        {
            "id": "5a5088f7-fafb-489f-a04e-4402d76f8eb4",
            "gambit_id": "5f33536d-38ae-4deb-8fac-1fc947e5c6ab",
            "last_updated": "2023-12-08T21:13:05.612402-05:00",
            "created_at": "2023-12-07T09:48:18.839627-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93426092-8373-45cd-a142-cf5566afd127/?format=api"
        }
    ]
}