GET /api/bet_types/99b6a037-4fe4-4efb-b06b-1908003f6746/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99b6a037-4fe4-4efb-b06b-1908003f6746",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ce55fb7-8c94-4766-aa4e-4c9c6b427087/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:19.578664-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": "Winnipeg Jets",
                "amount": 6547.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dfa32bb-52ba-444a-98f6-3512bdb6ff51",
            "gambit_id": "608dd499-1781-4737-9b89-e84837fca5a7",
            "last_updated": "2023-12-08T21:08:05.912583-05:00",
            "created_at": "2023-12-07T09:48:19.582295-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b6a037-4fe4-4efb-b06b-1908003f6746/?format=api"
        },
        {
            "id": "8ea27e48-ff3c-4bf1-97ef-a13d32dc4a33",
            "gambit_id": "5c80731f-ba49-4e53-9501-45518feef8bc",
            "last_updated": "2023-12-08T21:08:05.915984-05:00",
            "created_at": "2023-12-07T09:48:19.586265-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b6a037-4fe4-4efb-b06b-1908003f6746/?format=api"
        }
    ]
}