GET /api/bet_types/27dab69e-53bd-4cd8-a79f-faa696d68530/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27dab69e-53bd-4cd8-a79f-faa696d68530",
    "match": "https://api-prod.gambitprofit.com/api/matches/8939804b-a1dc-4e8b-b32e-204351b4d552/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:11.455681-04: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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6aae736e-c46b-4c8e-a59a-7dafa2cf462f",
            "gambit_id": "0714b5bf-7699-45ba-988a-e38c08ebff11",
            "last_updated": "2023-03-15T10:07:09.532187-04:00",
            "created_at": "2023-03-14T09:37:11.457068-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27dab69e-53bd-4cd8-a79f-faa696d68530/?format=api"
        },
        {
            "id": "5dde5059-ccbe-4d39-9dea-0c605944e827",
            "gambit_id": "acb887e6-d913-45fa-b1bf-0109981c20ff",
            "last_updated": "2023-03-15T10:07:09.533649-04:00",
            "created_at": "2023-03-14T09:37:11.458534-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27dab69e-53bd-4cd8-a79f-faa696d68530/?format=api"
        }
    ]
}