GET /api/bet_types/fa182d27-d1c7-4b5f-be5a-6dcbdd2ca834/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa182d27-d1c7-4b5f-be5a-6dcbdd2ca834",
    "match": "https://api-prod.gambitprofit.com/api/matches/7826be68-a031-4e37-9af8-b5e75c34a07b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-09T09:48:15.133450-04: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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1031aa4f-138d-4e29-90b8-d9c6d85e6e0d",
            "gambit_id": "5d1e9354-7747-4155-9675-efdcdacd26ee",
            "last_updated": "2023-06-10T17:03:15.615801-04:00",
            "created_at": "2023-06-09T09:48:15.137557-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa182d27-d1c7-4b5f-be5a-6dcbdd2ca834/?format=api"
        },
        {
            "id": "3993b540-9548-4f23-b485-c924f8689fc9",
            "gambit_id": "bfe381a1-0e34-4cf7-8b6a-242cd039a723",
            "last_updated": "2023-06-10T17:03:15.613265-04:00",
            "created_at": "2023-06-09T09:48:15.135420-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa182d27-d1c7-4b5f-be5a-6dcbdd2ca834/?format=api"
        }
    ]
}