GET /api/bet_types/74d1cd57-0e0c-40f5-b808-fbd92b446657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74d1cd57-0e0c-40f5-b808-fbd92b446657",
    "match": "https://api-prod.gambitprofit.com/api/matches/37c2b33d-723e-40f1-8886-5096047fa38d/?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": "Cleveland Browns",
                "amount": 5000.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0db3fbb4-c58d-4025-85e6-ef34e54dcc4e",
            "gambit_id": "22cb91d1-9471-4bc6-b5fb-589a8ee0a1e8",
            "last_updated": "2022-12-12T10:22:13.511837-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74d1cd57-0e0c-40f5-b808-fbd92b446657/?format=api"
        },
        {
            "id": "e843a9c7-0e6f-43df-86fe-2ac079eea7fe",
            "gambit_id": "8f996bb5-9360-42e6-9dc0-1939e1c66d9f",
            "last_updated": "2022-12-12T10:22:13.510560-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74d1cd57-0e0c-40f5-b808-fbd92b446657/?format=api"
        }
    ]
}