GET /api/bet_types/ccf04f2b-3a09-402e-8d0c-7e6d39d6293e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccf04f2b-3a09-402e-8d0c-7e6d39d6293e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c58d1c9f-8e2f-4624-8424-f38388d3e638/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:09.461475-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": "CLE",
                "amount": 6458.0
            },
            {
                "team": "SEA",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0ffa64e-5974-4dd9-90f3-bbd1c01de883",
            "gambit_id": "5305475a-4e4b-426d-84c6-23e841a3b7eb",
            "last_updated": "2023-04-03T14:16:51.638477-04:00",
            "created_at": "2023-04-02T09:57:09.466461-04:00",
            "name": "CLE",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf04f2b-3a09-402e-8d0c-7e6d39d6293e/?format=api"
        },
        {
            "id": "a2113abe-ef97-430b-9487-99c11c4c2904",
            "gambit_id": "30f4d591-c804-4a5d-a1de-ea212101f953",
            "last_updated": "2023-04-03T14:16:51.636330-04:00",
            "created_at": "2023-04-02T09:57:09.463946-04:00",
            "name": "SEA",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf04f2b-3a09-402e-8d0c-7e6d39d6293e/?format=api"
        }
    ]
}