GET /api/bet_types/5bb208b8-7dfd-43d4-ab45-25e11846637e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bb208b8-7dfd-43d4-ab45-25e11846637e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c94a7a19-de21-43b4-b8a8-4d245d92f1ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:08:00.247763-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": "HOU",
                "amount": 5423.0
            },
            {
                "team": "OAK",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2aac4f1-6de1-4131-b947-e8f875f2ab2b",
            "gambit_id": "c1670518-8efb-4c69-9189-50d062b0f4fc",
            "last_updated": "2023-09-15T10:18:23.334360-04:00",
            "created_at": "2023-09-13T09:08:00.256136-04:00",
            "name": "HOU",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bb208b8-7dfd-43d4-ab45-25e11846637e/?format=api"
        },
        {
            "id": "ff87c0df-54ce-4bc8-8fed-b9c770d767a8",
            "gambit_id": "5c01cf9d-61f0-4f09-ae7f-4bf8dbb071d7",
            "last_updated": "2023-09-15T10:18:23.331090-04:00",
            "created_at": "2023-09-13T09:08:00.251563-04:00",
            "name": "OAK",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bb208b8-7dfd-43d4-ab45-25e11846637e/?format=api"
        }
    ]
}