GET /api/bet_types/de38da1a-51ad-4856-ba01-96ca8cc7d2bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de38da1a-51ad-4856-ba01-96ca8cc7d2bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8c900c4-143a-4eaa-a777-487cf5a8e0c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-17T09:33:00.116297-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": "KAN",
                "amount": 5107.0
            },
            {
                "team": "LAA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "72baa6d2-ec9c-4a02-a173-e391d9f71906",
            "gambit_id": "8ee89549-df08-4f21-9f04-c0bc0d625272",
            "last_updated": "2023-06-18T10:28:12.541647-04:00",
            "created_at": "2023-06-17T09:33:00.120623-04:00",
            "name": "KAN",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de38da1a-51ad-4856-ba01-96ca8cc7d2bc/?format=api"
        },
        {
            "id": "ba876ecc-770e-430a-9c57-e528c1336e46",
            "gambit_id": "ee3e8c7f-3e47-454d-b734-39ac4f342e3d",
            "last_updated": "2023-06-18T10:28:12.539892-04:00",
            "created_at": "2023-06-17T09:33:00.118452-04:00",
            "name": "LAA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de38da1a-51ad-4856-ba01-96ca8cc7d2bc/?format=api"
        }
    ]
}