GET /api/bet_types/e5375018-6f14-4b5a-a9db-6f9fc722b594/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5375018-6f14-4b5a-a9db-6f9fc722b594",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad6fe0ad-a56c-4da3-8d2c-42056d29f18c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-26T10:56:56.295334-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cc8d4cb-d160-455b-a5fb-77fa2ae78531",
            "gambit_id": "635bb001-5928-4ffb-835a-db58a8f8c5c5",
            "last_updated": "2023-01-27T10:02:16.830077-05:00",
            "created_at": "2023-01-26T10:56:56.297393-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5375018-6f14-4b5a-a9db-6f9fc722b594/?format=api"
        },
        {
            "id": "c6079fcf-8c16-4368-8ff3-3b0bb1c8509a",
            "gambit_id": "5bcd8e19-6460-46d8-a944-43c8f955d5d7",
            "last_updated": "2023-01-27T10:02:16.831298-05:00",
            "created_at": "2023-01-26T10:56:56.299694-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5375018-6f14-4b5a-a9db-6f9fc722b594/?format=api"
        }
    ]
}