GET /api/bet_types/d78d1bc2-97e0-4046-9a9d-3d882e7fde4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d78d1bc2-97e0-4046-9a9d-3d882e7fde4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/020c5d95-57bd-49fd-a7fe-5fc9e1aaa9ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:18:02.500744-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 Knicks",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2532297d-2a5d-4510-aee3-261352de7895",
            "gambit_id": "a895c0a5-0c97-4069-9b20-874fc54d831f",
            "last_updated": "2024-01-11T11:03:01.735971-05:00",
            "created_at": "2024-01-09T09:18:02.510417-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d78d1bc2-97e0-4046-9a9d-3d882e7fde4f/?format=api"
        },
        {
            "id": "73a28652-4a69-43a4-84be-62204ecd46fd",
            "gambit_id": "c7f20c59-89bd-4c4d-833d-69f42e9dbf4b",
            "last_updated": "2024-01-11T11:03:01.727534-05:00",
            "created_at": "2024-01-09T09:18:02.505748-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d78d1bc2-97e0-4046-9a9d-3d882e7fde4f/?format=api"
        }
    ]
}