GET /api/bet_types/9e77e515-2ce3-4009-89a8-2fa46088eb79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e77e515-2ce3-4009-89a8-2fa46088eb79",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0db683b-3881-40f0-a487-a581751afd3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:52:56.234994-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": "New York Islanders",
                "amount": 5317.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c6ea091-bd39-43ca-9ef4-6fc072e84a03",
            "gambit_id": "f4f01aa0-5320-479e-ba97-8c4d95c6f5a4",
            "last_updated": "2023-12-06T09:43:11.659429-05:00",
            "created_at": "2023-12-05T08:52:56.243844-05:00",
            "name": "New York Islanders",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e77e515-2ce3-4009-89a8-2fa46088eb79/?format=api"
        },
        {
            "id": "7aaf3c0a-02df-473e-bf12-70fc03ab6cc6",
            "gambit_id": "083e443f-ce14-4944-aa9b-d8b5df751ca7",
            "last_updated": "2023-12-06T09:43:11.656106-05:00",
            "created_at": "2023-12-05T08:52:56.239400-05:00",
            "name": "San Jose Sharks",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e77e515-2ce3-4009-89a8-2fa46088eb79/?format=api"
        }
    ]
}