GET /api/bet_types/ce9e6136-a897-4d39-b184-ab6f72338e55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce9e6136-a897-4d39-b184-ab6f72338e55",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3f90211-77f5-4feb-b4cb-8c49979fa1ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:11.983445-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e34d9d0f-a81d-435d-98b8-09491024560e",
            "gambit_id": "2f8e0773-983c-4de0-898c-e26c2ca02e3a",
            "last_updated": "2023-04-10T14:42:12.078664-04:00",
            "created_at": "2023-04-09T09:27:11.990624-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce9e6136-a897-4d39-b184-ab6f72338e55/?format=api"
        },
        {
            "id": "b7f0d4ef-a9d3-40d1-a99b-a02b88def2a3",
            "gambit_id": "f247b6dd-c286-483b-b7ef-e7d67da14192",
            "last_updated": "2023-04-10T14:42:12.076463-04:00",
            "created_at": "2023-04-09T09:27:11.987578-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce9e6136-a897-4d39-b184-ab6f72338e55/?format=api"
        }
    ]
}