GET /api/bet_types/c3e7c2f7-ae8a-4d4d-a51a-7b1a8f5cbfe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3e7c2f7-ae8a-4d4d-a51a-7b1a8f5cbfe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a522789-ed09-4d14-8320-e5605c17fd06/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-07T09:28:21.322745-04: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": "CIN",
                "amount": 5000.0
            },
            {
                "team": "LOS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed878d11-91f1-403e-be0f-a7a66741ac71",
            "gambit_id": "4204bc28-f338-4934-956f-dcba9dc2f57e",
            "last_updated": "2023-06-08T16:28:13.933585-04:00",
            "created_at": "2023-06-07T09:28:21.327292-04:00",
            "name": "CIN",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e7c2f7-ae8a-4d4d-a51a-7b1a8f5cbfe2/?format=api"
        },
        {
            "id": "ff4d0ff8-ceeb-4099-830d-75869ff3f289",
            "gambit_id": "1e110a4f-9b80-4ae2-9eef-64817463735a",
            "last_updated": "2023-06-08T16:28:13.930693-04:00",
            "created_at": "2023-06-07T09:28:21.324955-04:00",
            "name": "LOS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e7c2f7-ae8a-4d4d-a51a-7b1a8f5cbfe2/?format=api"
        }
    ]
}