GET /api/bet_types/67ab86d0-24f8-43a2-b3d3-56ea78a58bfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67ab86d0-24f8-43a2-b3d3-56ea78a58bfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c685542c-2601-4857-b7e3-d63fa74e0d49/?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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba0d7290-abdc-4dbf-ab95-5ffa4d78a29a",
            "gambit_id": "1e80aa87-e9fa-4ab9-aa5d-ed6492799a6a",
            "last_updated": "2022-11-14T14:57:40.072128-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ab86d0-24f8-43a2-b3d3-56ea78a58bfd/?format=api"
        },
        {
            "id": "441d69b8-4527-4e4e-8b33-67a00055d34d",
            "gambit_id": "c7b20317-2279-4604-b6f4-9cba966ecb19",
            "last_updated": "2022-11-14T14:57:40.071150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ab86d0-24f8-43a2-b3d3-56ea78a58bfd/?format=api"
        }
    ]
}