GET /api/bet_types/c0795b55-2831-4841-a68c-7879b0fe0d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0795b55-2831-4841-a68c-7879b0fe0d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5c51d12-9b76-4762-bee1-73aa353e5172/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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 Blackhawks",
                "amount": 6042.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d960aa5-d21a-43ec-a381-aeee624619db",
            "gambit_id": "7a045f5d-a4ff-46f8-85b6-8047592c91a5",
            "last_updated": "2022-11-04T09:17:40.572031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0795b55-2831-4841-a68c-7879b0fe0d5e/?format=api"
        },
        {
            "id": "0cff8f85-f399-4b85-a194-507f2141091a",
            "gambit_id": "79e678b1-3ebd-4686-9fc4-2e5d31300178",
            "last_updated": "2022-11-04T09:17:40.573187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0795b55-2831-4841-a68c-7879b0fe0d5e/?format=api"
        }
    ]
}