GET /api/bet_types/4d552937-ee48-46d7-a946-dabd6e4f029f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d552937-ee48-46d7-a946-dabd6e4f029f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1cc8485-870f-45eb-b17e-081f1e464c95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:02.549124-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "cee274b2-694f-46cd-887b-44aa0762eca0",
            "gambit_id": "a313eb3c-5239-4333-a48a-58d3fbea146c",
            "last_updated": "2023-11-10T11:33:05.778038-05:00",
            "created_at": "2023-11-08T08:23:02.553389-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d552937-ee48-46d7-a946-dabd6e4f029f/?format=api"
        },
        {
            "id": "dafc3016-3466-4c03-851e-ce283ad594ec",
            "gambit_id": "d20c3547-3274-4682-8a0f-7f338a7cbe66",
            "last_updated": "2023-11-10T11:33:05.788101-05:00",
            "created_at": "2023-11-08T08:23:02.558348-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d552937-ee48-46d7-a946-dabd6e4f029f/?format=api"
        }
    ]
}