GET /api/bet_types/e83dd1bc-3f2d-412a-860d-84e5de3635ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e83dd1bc-3f2d-412a-860d-84e5de3635ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aa81172-9a25-48ec-ae44-0e52bd162fcf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:15.292931-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 Rangers",
                "amount": 6935.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "cafbe4ac-bbdf-4c2a-9e71-8501ec3f8365",
            "gambit_id": "82211521-d4ad-40c6-8118-eec80dde7902",
            "last_updated": "2024-01-01T19:48:20.689151-05:00",
            "created_at": "2023-12-30T10:43:15.300093-05:00",
            "name": "New York Rangers",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e83dd1bc-3f2d-412a-860d-84e5de3635ba/?format=api"
        },
        {
            "id": "d3ae8daf-010e-4138-b6d2-a308e3cd32e8",
            "gambit_id": "279a69bd-a94d-4351-aba9-4b65b9a3d240",
            "last_updated": "2024-01-01T19:48:20.693752-05:00",
            "created_at": "2023-12-30T10:43:15.305378-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e83dd1bc-3f2d-412a-860d-84e5de3635ba/?format=api"
        }
    ]
}