GET /api/bet_types/7d1f9d78-b0bf-45c4-856b-304810b8b73e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d1f9d78-b0bf-45c4-856b-304810b8b73e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b060b8cd-cac9-422c-b985-8c6583fecae5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:24.515636-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": "NYY",
                "amount": 6010.0
            },
            {
                "team": "TOR",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "11259627-790c-49d5-9238-1e4a2587054f",
            "gambit_id": "75e27ca0-0b56-453e-840b-24b9a3779153",
            "last_updated": "2023-09-22T10:43:03.723824-04:00",
            "created_at": "2023-09-20T08:23:24.526126-04:00",
            "name": "NYY",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d1f9d78-b0bf-45c4-856b-304810b8b73e/?format=api"
        },
        {
            "id": "cc2ac5f8-eeee-41b6-a7d6-7721bef063c8",
            "gambit_id": "f1e231bd-3cec-4915-bd7f-82b49fcb7f46",
            "last_updated": "2023-09-22T10:43:03.717215-04:00",
            "created_at": "2023-09-20T08:23:24.521201-04:00",
            "name": "TOR",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d1f9d78-b0bf-45c4-856b-304810b8b73e/?format=api"
        }
    ]
}