GET /api/bet_types/5fe3e248-379c-4f86-851d-7afda48c64f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fe3e248-379c-4f86-851d-7afda48c64f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed14a149-ca5f-4b76-a7f3-ad474da3d45b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:03.208474-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": "CIN",
                "amount": 5867.0
            },
            {
                "team": "HOU",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1b722ee-a21f-4757-bb43-374b8e982605",
            "gambit_id": "3e484716-0773-4382-99bd-2fa93884c08f",
            "last_updated": "2023-06-19T17:13:28.782150-04:00",
            "created_at": "2023-06-18T09:43:03.210713-04:00",
            "name": "CIN",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fe3e248-379c-4f86-851d-7afda48c64f7/?format=api"
        },
        {
            "id": "c3d08ab7-8412-4a0d-adc6-82427304d4f3",
            "gambit_id": "7ceae216-8442-4b84-9fb4-2426a34d7528",
            "last_updated": "2023-06-19T17:13:28.784375-04:00",
            "created_at": "2023-06-18T09:43:03.212950-04:00",
            "name": "HOU",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fe3e248-379c-4f86-851d-7afda48c64f7/?format=api"
        }
    ]
}