GET /api/bet_types/ddafb0b5-7535-425b-9817-ca9193570f05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddafb0b5-7535-425b-9817-ca9193570f05",
    "match": "https://api-prod.gambitprofit.com/api/matches/0514ce3e-33e7-406b-aa15-a4775bf35b6e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:05.220660-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": "Phoenix Suns",
                "amount": 5107.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e31a1030-c0d1-4a9c-bd8e-b41c9e9e43d9",
            "gambit_id": "b4603c37-2843-4a1d-8230-ae54bcff557c",
            "last_updated": "2024-01-23T20:03:14.822774-05:00",
            "created_at": "2024-01-22T08:43:05.229874-05:00",
            "name": "Phoenix Suns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddafb0b5-7535-425b-9817-ca9193570f05/?format=api"
        },
        {
            "id": "08139324-285a-4ea5-bc1c-3224b8766549",
            "gambit_id": "b2a79490-11d0-44a3-a875-2d590e2c8abc",
            "last_updated": "2024-01-23T20:03:14.819469-05:00",
            "created_at": "2024-01-22T08:43:05.225194-05:00",
            "name": "Chicago Bulls",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddafb0b5-7535-425b-9817-ca9193570f05/?format=api"
        }
    ]
}