GET /api/bet_types/e9b0789a-549c-459b-8a84-335f656ebc2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9b0789a-549c-459b-8a84-335f656ebc2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0908208-24dc-4b8c-b71d-afa53459e83d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-10T08:46:51.569427-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": "Florida Panthers",
                "amount": 6308.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "7561daaf-1a96-451f-aeaa-2f2dca09d5e8",
            "gambit_id": "b259c422-2593-47bb-af05-26ed4ab716ae",
            "last_updated": "2023-03-11T11:17:15.365970-05:00",
            "created_at": "2023-03-10T08:46:51.570711-05:00",
            "name": "Florida Panthers",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9b0789a-549c-459b-8a84-335f656ebc2f/?format=api"
        },
        {
            "id": "2c3f4d6a-5208-4587-a34c-baf2e54f85ef",
            "gambit_id": "e25eba84-4e74-4d3a-a823-369ed6b8e187",
            "last_updated": "2023-03-11T11:17:15.367298-05:00",
            "created_at": "2023-03-10T08:46:51.572003-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9b0789a-549c-459b-8a84-335f656ebc2f/?format=api"
        }
    ]
}