GET /api/bet_types/cecbf18e-a2a6-417c-a90c-98e185504bec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cecbf18e-a2a6-417c-a90c-98e185504bec",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b5e6f6e-2c1c-4236-9ad5-79a66d91c15f/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "00a719a2-64c6-4021-a6c9-4c8d750a8baf",
            "gambit_id": "acf3e568-975d-4a5e-866f-1fc0cd5184ec",
            "last_updated": "2022-11-06T20:17:26.585830-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cecbf18e-a2a6-417c-a90c-98e185504bec/?format=api"
        },
        {
            "id": "a776f185-80f1-45b9-98ff-03db2bd0aa5f",
            "gambit_id": "831e14ce-d995-402c-b54d-2ce73e59c9ba",
            "last_updated": "2022-11-06T20:17:26.586782-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cecbf18e-a2a6-417c-a90c-98e185504bec/?format=api"
        }
    ]
}