GET /api/bet_types/2f4705e1-c449-496c-b4d1-579f780f0709/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f4705e1-c449-496c-b4d1-579f780f0709",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d95bb95-307b-422b-847a-068487f8fea9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:13.069590-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": "Memphis Grizzlies",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8811c1e-7aa2-4161-9970-06781b885fcf",
            "gambit_id": "efc9eb3c-d112-4931-8ca9-963139fd8025",
            "last_updated": "2023-12-30T16:23:08.528209-05:00",
            "created_at": "2023-12-28T10:03:13.081749-05:00",
            "name": "Denver Nuggets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4705e1-c449-496c-b4d1-579f780f0709/?format=api"
        },
        {
            "id": "fe9d4bfe-69b8-4f46-9896-3f3ea1d1954c",
            "gambit_id": "5751bcec-fffc-4654-9f1f-dcf627b9845c",
            "last_updated": "2023-12-30T16:23:08.524775-05:00",
            "created_at": "2023-12-28T10:03:13.076594-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4705e1-c449-496c-b4d1-579f780f0709/?format=api"
        }
    ]
}