GET /api/bet_types/6ffb938f-39dc-4284-a9c7-13f6e5792622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ffb938f-39dc-4284-a9c7-13f6e5792622",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a961110-dd3f-4fab-acde-5d149c1420c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-22T12:32:09.013623-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "abaf1c58-2e4e-41e0-a8e6-bfb15fe38845",
            "gambit_id": "c98b5c25-8bff-4247-b6b3-23fe5eaaa6fd",
            "last_updated": "2023-03-23T17:42:19.149273-04:00",
            "created_at": "2023-03-22T12:32:09.017604-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ffb938f-39dc-4284-a9c7-13f6e5792622/?format=api"
        },
        {
            "id": "75c1ec15-7c98-4a7c-ac17-114038228c83",
            "gambit_id": "0fbb68a2-4b74-4796-9d1d-cc1f617e80ad",
            "last_updated": "2023-03-23T17:42:19.146977-04:00",
            "created_at": "2023-03-22T12:32:09.015559-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ffb938f-39dc-4284-a9c7-13f6e5792622/?format=api"
        }
    ]
}