GET /api/bet_types/3ab7a67d-c0cf-47a2-901c-d7bde8fe39c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ab7a67d-c0cf-47a2-901c-d7bde8fe39c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c9a6d19-1653-43a4-a716-e12ef8a5e92c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-05T10:03:20.916301-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": 6390.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b91bfbb-1163-4122-aade-402f4c6f9605",
            "gambit_id": "76357f47-5d0c-492b-9991-4729ff93dd40",
            "last_updated": "2024-02-07T01:52:58.309246-05:00",
            "created_at": "2024-02-05T10:03:20.920431-05:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ab7a67d-c0cf-47a2-901c-d7bde8fe39c5/?format=api"
        },
        {
            "id": "0f80861b-8dcd-4b34-a158-9cfa008df7cf",
            "gambit_id": "ebe7c40f-a8c4-48a7-bb79-51eacef3efef",
            "last_updated": "2024-02-07T01:52:58.312686-05:00",
            "created_at": "2024-02-05T10:03:20.924664-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ab7a67d-c0cf-47a2-901c-d7bde8fe39c5/?format=api"
        }
    ]
}