GET /api/bet_types/5d42c34d-9068-4167-a17e-264b6fe46f45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d42c34d-9068-4167-a17e-264b6fe46f45",
    "match": "https://api-prod.gambitprofit.com/api/matches/0308c2d9-640f-4073-addb-f0330a64e44f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:22.332206-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": "Seattle Kraken",
                "amount": 6449.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e1a5aa2-11f8-4c81-b706-a2e66b16dbd3",
            "gambit_id": "f25e0c78-2221-4a82-9371-f3e8bf3875dc",
            "last_updated": "2024-01-17T22:23:11.599381-05:00",
            "created_at": "2024-01-15T10:23:22.336829-05:00",
            "name": "Seattle Kraken",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d42c34d-9068-4167-a17e-264b6fe46f45/?format=api"
        },
        {
            "id": "0290d322-8cbe-4c7d-a5cc-4ae3dee6ef97",
            "gambit_id": "f3628e29-2b3e-43d5-afa0-6826905d6376",
            "last_updated": "2024-01-17T22:23:11.602811-05:00",
            "created_at": "2024-01-15T10:23:22.342419-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d42c34d-9068-4167-a17e-264b6fe46f45/?format=api"
        }
    ]
}