GET /api/bet_types/34c15742-cd34-4827-a8fc-c08c27ffeb53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34c15742-cd34-4827-a8fc-c08c27ffeb53",
    "match": "https://api-prod.gambitprofit.com/api/matches/69284700-8cd7-436d-a8f2-5cd371345294/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:13.015559-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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0b73a45-4c28-471d-9a2a-3693377c89b3",
            "gambit_id": "0aad73bb-6fd3-4217-8d7c-a38eed6ba38b",
            "last_updated": "2024-01-22T12:03:22.125553-05:00",
            "created_at": "2024-01-19T09:33:13.019227-05:00",
            "name": "Houston Texans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c15742-cd34-4827-a8fc-c08c27ffeb53/?format=api"
        },
        {
            "id": "9799a253-d4f8-4c61-8d91-8b45d8efff77",
            "gambit_id": "35ef2458-87d8-4b1e-9b2d-d1e13dc7d6c6",
            "last_updated": "2024-01-22T12:03:22.131452-05:00",
            "created_at": "2024-01-19T09:33:13.023353-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34c15742-cd34-4827-a8fc-c08c27ffeb53/?format=api"
        }
    ]
}