GET /api/bet_types/548fa6c5-7dac-4060-b814-7c89ce9a4138/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "548fa6c5-7dac-4060-b814-7c89ce9a4138",
    "match": "https://api-prod.gambitprofit.com/api/matches/da43576f-001f-4be8-94f1-1ed7b052be83/?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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "22dbd550-ab66-443f-85ca-f8c7d83fc02a",
            "gambit_id": "38eaff49-7ea0-4669-9f65-fb03ef2dada9",
            "last_updated": "2022-12-17T19:37:20.650463-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548fa6c5-7dac-4060-b814-7c89ce9a4138/?format=api"
        },
        {
            "id": "382352fe-a8db-4590-8175-b220d8d97156",
            "gambit_id": "d0176b14-3331-4b23-8dec-2e3ec3976696",
            "last_updated": "2022-12-17T19:37:20.651520-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/548fa6c5-7dac-4060-b814-7c89ce9a4138/?format=api"
        }
    ]
}