GET /api/bet_types/d2e66c95-3741-4967-a413-24a2935a5556/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2e66c95-3741-4967-a413-24a2935a5556",
    "match": "https://api-prod.gambitprofit.com/api/matches/18629de8-86f8-453e-8488-a7b7d42e2f94/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:05.515644-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": "Montreal Canadiens",
                "amount": 5106.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "37122cf3-6bb2-4b18-b208-922ce7a1723d",
            "gambit_id": "76a1f3be-96a2-40b1-a7f2-32b945eb282d",
            "last_updated": "2023-01-20T10:06:58.549450-05:00",
            "created_at": "2023-01-19T09:22:05.516865-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e66c95-3741-4967-a413-24a2935a5556/?format=api"
        },
        {
            "id": "ed7bbc74-8aeb-4a92-9305-e54ee551b247",
            "gambit_id": "91f4416a-11b8-4c5a-b71c-3ed99bf07cf0",
            "last_updated": "2023-01-20T10:06:58.550533-05:00",
            "created_at": "2023-01-19T09:22:05.518072-05:00",
            "name": "Florida Panthers",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e66c95-3741-4967-a413-24a2935a5556/?format=api"
        }
    ]
}