GET /api/bet_types/a10c39bb-57d2-4370-bc67-99c3482064cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a10c39bb-57d2-4370-bc67-99c3482064cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/34077d47-e8fc-4a59-acde-00bf606a6305/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T11:43:19.812132-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 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f02cc00e-7268-4f1f-ab70-161990ba68f1",
            "gambit_id": "e8470265-14c8-48bb-b32d-9bc8f1e8fdde",
            "last_updated": "2023-07-29T19:38:38.007406-04:00",
            "created_at": "2023-07-28T11:43:19.822082-04:00",
            "name": "Game Total Under 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10c39bb-57d2-4370-bc67-99c3482064cf/?format=api"
        },
        {
            "id": "2901809c-faa2-49cd-bec4-811b711df195",
            "gambit_id": "05fd7f4b-765d-43c1-95d9-5b22e0dd94f3",
            "last_updated": "2023-07-29T19:38:38.002673-04:00",
            "created_at": "2023-07-28T11:43:19.816853-04:00",
            "name": "Game Total Over 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a10c39bb-57d2-4370-bc67-99c3482064cf/?format=api"
        }
    ]
}