GET /api/bet_types/5a6c2976-a373-40ca-8eef-a5a0ddcb56ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a6c2976-a373-40ca-8eef-a5a0ddcb56ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/009ec9bd-6ff9-4455-88f7-2954835e2d01/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:18.877794-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd28c41f-e580-4625-b47b-8c51df2d5716",
            "gambit_id": "9e652848-99bc-4d34-8af2-2567f2ed4389",
            "last_updated": "2023-12-22T15:23:26.459650-05:00",
            "created_at": "2023-12-20T10:03:18.886551-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a6c2976-a373-40ca-8eef-a5a0ddcb56ae/?format=api"
        },
        {
            "id": "3a5be0ef-95db-4b52-b7f0-39b2d91b1e12",
            "gambit_id": "3b8cde05-04d4-4d55-b9b7-fff42bd5cee1",
            "last_updated": "2023-12-22T15:23:26.456455-05:00",
            "created_at": "2023-12-20T10:03:18.881985-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a6c2976-a373-40ca-8eef-a5a0ddcb56ae/?format=api"
        }
    ]
}