GET /api/bet_types/1814dfa5-4d96-4287-999b-a663b0c3db4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1814dfa5-4d96-4287-999b-a663b0c3db4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eca8057-38be-4590-84e5-e370c7188616/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T10:32:10.958581-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": "Boston Celtics",
                "amount": 5107.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e07e5e0-df1f-4bfd-be97-3103e0a600a4",
            "gambit_id": "bd144f04-39d3-4530-bd7e-a6ff9d30fbf2",
            "last_updated": "2023-03-18T14:42:06.549014-04:00",
            "created_at": "2023-03-17T10:32:10.963407-04:00",
            "name": "Boston Celtics",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1814dfa5-4d96-4287-999b-a663b0c3db4c/?format=api"
        },
        {
            "id": "50f296c0-3326-4e6d-a597-2787b05d9bd8",
            "gambit_id": "62bc3619-8ead-4555-90a4-f0051b95d9d3",
            "last_updated": "2023-03-18T14:42:06.546686-04:00",
            "created_at": "2023-03-17T10:32:10.961694-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1814dfa5-4d96-4287-999b-a663b0c3db4c/?format=api"
        }
    ]
}