GET /api/bet_types/a181ea4d-dbb2-42e2-ac69-73661cc2ad59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a181ea4d-dbb2-42e2-ac69-73661cc2ad59",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb844486-604b-41fc-bd64-dbc5c60a3922/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T12:58:05.505190-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 Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "faa25877-609a-4b87-bf2e-b797f74f457d",
            "gambit_id": "f3adae7f-6437-460a-b628-f1c60a2af726",
            "last_updated": "2023-06-20T10:13:23.028514-04:00",
            "created_at": "2023-06-19T12:58:05.508143-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a181ea4d-dbb2-42e2-ac69-73661cc2ad59/?format=api"
        },
        {
            "id": "12aa375e-0207-4369-b479-a490f09ff392",
            "gambit_id": "9f16193f-6f76-4a0d-bdf8-f2fcc569d27d",
            "last_updated": "2023-06-20T10:13:23.030481-04:00",
            "created_at": "2023-06-19T12:58:05.511470-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a181ea4d-dbb2-42e2-ac69-73661cc2ad59/?format=api"
        }
    ]
}