GET /api/bet_types/585bf2b7-56e9-4c3e-b63c-5054a54edb1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "585bf2b7-56e9-4c3e-b63c-5054a54edb1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8b72e62-58b0-48db-88a8-3806bdbbf2eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:01.117431-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": "Denver Nuggets",
                "amount": 5107.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b854974-81f3-4636-8ccd-66b94db10445",
            "gambit_id": "606602e6-bb46-445a-a9ff-a70ecfe44d99",
            "last_updated": "2023-12-12T21:48:28.212741-05:00",
            "created_at": "2023-12-11T09:38:01.121093-05:00",
            "name": "Denver Nuggets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585bf2b7-56e9-4c3e-b63c-5054a54edb1b/?format=api"
        },
        {
            "id": "4e03a8a2-ecce-4f04-8799-ab14c3cd5f7c",
            "gambit_id": "6f34cb72-5cf9-4166-a10b-88a66e23d59f",
            "last_updated": "2023-12-12T21:48:28.216400-05:00",
            "created_at": "2023-12-11T09:38:01.125989-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585bf2b7-56e9-4c3e-b63c-5054a54edb1b/?format=api"
        }
    ]
}