GET /api/bet_types/dfe435ad-124a-488a-8979-ad5553e93c28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfe435ad-124a-488a-8979-ad5553e93c28",
    "match": "https://api-prod.gambitprofit.com/api/matches/af6a5226-8d42-4f91-83a8-b9d51397b7e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:18.852002-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": "Los Angeles Lakers",
                "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": "fd4c1daa-834f-48dc-b7b0-5851fe0511bc",
            "gambit_id": "bdff7359-7ff1-4bd2-8605-9ffab8c4da1b",
            "last_updated": "2023-11-18T17:58:22.884882-05:00",
            "created_at": "2023-11-17T09:23:18.858604-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe435ad-124a-488a-8979-ad5553e93c28/?format=api"
        },
        {
            "id": "169508ef-72f3-4e4b-965c-a1f7d0f29059",
            "gambit_id": "24ed87ac-2b5b-4db7-bc13-341df3c30732",
            "last_updated": "2023-11-18T17:58:22.890211-05:00",
            "created_at": "2023-11-17T09:23:18.864998-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe435ad-124a-488a-8979-ad5553e93c28/?format=api"
        }
    ]
}