GET /api/bet_types/767749a4-7bdd-445b-bf80-6da812a8707f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "767749a4-7bdd-445b-bf80-6da812a8707f",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe91511-e2bb-4040-a594-4f5260210cfd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:01.931823-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": "New York Islanders",
                "amount": 6324.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e7dd701-e920-4b60-8235-330b5fb08de4",
            "gambit_id": "5bbf02af-7274-45e7-bb2f-f8ef0ed81838",
            "last_updated": "2023-12-21T10:13:17.876792-05:00",
            "created_at": "2023-12-19T08:53:01.943635-05:00",
            "name": "New York Islanders",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767749a4-7bdd-445b-bf80-6da812a8707f/?format=api"
        },
        {
            "id": "c1b16924-d384-40d6-bc0a-64baa2197e50",
            "gambit_id": "0f8d8dfc-852a-414b-b3e4-f8e18c42d22c",
            "last_updated": "2023-12-21T10:13:17.873552-05:00",
            "created_at": "2023-12-19T08:53:01.936606-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/767749a4-7bdd-445b-bf80-6da812a8707f/?format=api"
        }
    ]
}