GET /api/bet_types/dc43d9e1-9378-469c-b151-9dba72d32963/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc43d9e1-9378-469c-b151-9dba72d32963",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dce9ffe-046c-4893-859d-19127d149327/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:02.143745-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "425155e0-90d0-4f9b-8438-11c3e8d3b1e9",
            "gambit_id": "73b5f109-b0bf-4acb-9a42-acabaea4d3fd",
            "last_updated": "2023-01-16T10:56:50.988098-05:00",
            "created_at": "2023-01-15T08:32:02.146113-05:00",
            "name": "Chicago Bulls",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc43d9e1-9378-469c-b151-9dba72d32963/?format=api"
        },
        {
            "id": "1dbfb011-f9ee-47bf-b90c-4e50860627c3",
            "gambit_id": "d2ab5f5a-4f2b-4de3-8b88-e7a423931619",
            "last_updated": "2023-01-16T10:56:50.991500-05:00",
            "created_at": "2023-01-15T08:32:02.148985-05:00",
            "name": "Golden State Warriors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc43d9e1-9378-469c-b151-9dba72d32963/?format=api"
        }
    ]
}