GET /api/bet_types/dd42bc12-c47e-4d78-ae19-c1209f3af0fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd42bc12-c47e-4d78-ae19-c1209f3af0fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3d9fee8-890f-4849-b938-a278147eac1f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "4adb3140-1db5-46f0-9005-51fc565c892b",
            "gambit_id": "8214e62e-4edf-47b9-a9cd-2b07c0fb433a",
            "last_updated": "2022-12-20T15:52:20.827889-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd42bc12-c47e-4d78-ae19-c1209f3af0fa/?format=api"
        },
        {
            "id": "8a19013c-2b2e-441c-835c-7a4eca6e1874",
            "gambit_id": "6b61ab5b-afba-4bce-99f4-45b642942ce9",
            "last_updated": "2022-12-20T15:52:20.828980-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd42bc12-c47e-4d78-ae19-c1209f3af0fa/?format=api"
        }
    ]
}