GET /api/bet_types/eca1fb50-7fac-4300-91ca-f69287e5dcf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eca1fb50-7fac-4300-91ca-f69287e5dcf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/eba5ea09-87ce-47ef-ad42-b8b3b9eb445c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:58.871847-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d652246b-4e55-411a-9ae8-04e03a6af98a",
            "gambit_id": "0b37f726-b6b4-4af7-b3c3-83a9c25ca754",
            "last_updated": "2023-11-14T09:18:07.331583-05:00",
            "created_at": "2023-11-12T09:32:58.875656-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eca1fb50-7fac-4300-91ca-f69287e5dcf9/?format=api"
        },
        {
            "id": "d7662e88-7ffd-46df-814e-bedb8117ab16",
            "gambit_id": "88452b32-9d96-4940-9ae2-aefbba3a5afc",
            "last_updated": "2023-11-14T09:18:07.335621-05:00",
            "created_at": "2023-11-12T09:32:58.880453-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eca1fb50-7fac-4300-91ca-f69287e5dcf9/?format=api"
        }
    ]
}