GET /api/bet_types/06a96989-c3e5-42c6-b387-2785dd79b9ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06a96989-c3e5-42c6-b387-2785dd79b9ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4858e6d-b710-4d71-bf4d-39aebe40aa86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:57.212183-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1d4daec-bb0f-4da0-8a50-4e4d75740a71",
            "gambit_id": "eb1e1513-ba74-4bab-abd0-0c67e8a44bba",
            "last_updated": "2023-10-30T15:03:12.797842-04:00",
            "created_at": "2023-10-27T09:07:57.216443-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a96989-c3e5-42c6-b387-2785dd79b9ba/?format=api"
        },
        {
            "id": "312b02c0-6cdc-4b4a-b818-702163343f57",
            "gambit_id": "df6d17b1-44ec-4733-bff3-78fbfda23658",
            "last_updated": "2023-10-30T15:03:12.814239-04:00",
            "created_at": "2023-10-27T09:07:57.221187-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a96989-c3e5-42c6-b387-2785dd79b9ba/?format=api"
        }
    ]
}