GET /api/bet_types/4b753fd9-401c-4c6b-9178-9dba5057d280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b753fd9-401c-4c6b-9178-9dba5057d280",
    "match": "https://api-prod.gambitprofit.com/api/matches/e93c5ecd-455c-464f-a547-210f84adb310/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Chicago Bears",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9635b3db-4d45-4dcb-8e4a-947764a5a10f",
            "gambit_id": "482efd81-f3f0-4203-a555-01389d220ed1",
            "last_updated": "2022-10-31T11:46:57.858271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b753fd9-401c-4c6b-9178-9dba5057d280/?format=api"
        },
        {
            "id": "de3f8b92-4a2a-45d2-9fa1-3d769283037c",
            "gambit_id": "d422337e-c69d-4700-82e5-7b47efcba4d5",
            "last_updated": "2022-10-31T11:46:57.857310-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b753fd9-401c-4c6b-9178-9dba5057d280/?format=api"
        }
    ]
}