GET /api/bet_types/31fe6afd-5c9b-42b2-b02b-cf0fee11d6b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31fe6afd-5c9b-42b2-b02b-cf0fee11d6b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d58b82cb-4310-4ff4-97bf-1eeb738d18fd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:03.023128-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": "Columbus Blue Jackets",
                "amount": 6856.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "42d56222-f95a-45dd-a890-cc7ed4dcce08",
            "gambit_id": "ba40e826-45aa-4e1a-8606-3eb201de26e5",
            "last_updated": "2023-12-23T14:58:20.560916-05:00",
            "created_at": "2023-12-21T09:13:03.033095-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31fe6afd-5c9b-42b2-b02b-cf0fee11d6b4/?format=api"
        },
        {
            "id": "fb9d3575-497b-4bff-b9fb-e061f9753951",
            "gambit_id": "1ba65c92-d14a-4d3a-b015-6fe6049bb551",
            "last_updated": "2023-12-23T14:58:20.557599-05:00",
            "created_at": "2023-12-21T09:13:03.027965-05:00",
            "name": "Washington Capitals",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31fe6afd-5c9b-42b2-b02b-cf0fee11d6b4/?format=api"
        }
    ]
}