GET /api/bet_types/b3efde58-b6e7-4442-bb91-b9f1e2f139e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3efde58-b6e7-4442-bb91-b9f1e2f139e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/632cd8ba-ab3e-47b2-95c9-cdfe9c643a80/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:18.084250-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": 6752.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d4376bc-3e24-4bf1-bf07-fac8228c8d4f",
            "gambit_id": "23139688-6f65-426c-9900-8a850b6b8e87",
            "last_updated": "2024-01-23T20:18:20.584748-05:00",
            "created_at": "2024-01-20T05:38:18.088139-05:00",
            "name": "New York Rangers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3efde58-b6e7-4442-bb91-b9f1e2f139e2/?format=api"
        },
        {
            "id": "73d8a7b6-5232-4472-8d8d-ee5ad7b60e0d",
            "gambit_id": "2502ab36-2682-4186-b51c-f1192503e2e4",
            "last_updated": "2024-01-23T20:18:20.587916-05:00",
            "created_at": "2024-01-20T05:38:18.092703-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3efde58-b6e7-4442-bb91-b9f1e2f139e2/?format=api"
        }
    ]
}