GET /api/bet_types/e6e72b31-da15-40d9-bb43-2e972ac70062/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6e72b31-da15-40d9-bb43-2e972ac70062",
    "match": "https://api-prod.gambitprofit.com/api/matches/efdc41df-86ce-48a1-9f69-3da25b8a3ccf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:52.357338-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "36d401f4-f5db-4711-8153-c10f2147c0c3",
            "gambit_id": "189c0963-893c-403f-af14-425c3ca82a2b",
            "last_updated": "2023-01-25T10:51:49.869677-05:00",
            "created_at": "2023-01-24T09:31:52.358713-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6e72b31-da15-40d9-bb43-2e972ac70062/?format=api"
        },
        {
            "id": "4a7f972a-16ef-457b-82e8-ef22513807bf",
            "gambit_id": "ba824c12-2430-4e11-9539-521adf308ffc",
            "last_updated": "2023-01-25T10:51:49.870774-05:00",
            "created_at": "2023-01-24T09:31:52.360154-05:00",
            "name": "Washington Wizards",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6e72b31-da15-40d9-bb43-2e972ac70062/?format=api"
        }
    ]
}