GET /api/bet_types/1f9c686c-3cf9-428b-a0aa-86b5aa355847/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f9c686c-3cf9-428b-a0aa-86b5aa355847",
    "match": "https://api-prod.gambitprofit.com/api/matches/a11b0370-969c-498e-b31a-d2180c812212/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-10T15:12:00.569664-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": "STL",
                "amount": 6651.0
            },
            {
                "team": "CHC",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "c544866a-5d46-4377-9c2a-eb8571c28038",
            "gambit_id": "e30893f4-c7d1-45a6-a9c8-0a99b048f9fe",
            "last_updated": "2023-05-11T11:17:08.171166-04:00",
            "created_at": "2023-05-10T15:12:00.571439-04:00",
            "name": "STL",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9c686c-3cf9-428b-a0aa-86b5aa355847/?format=api"
        },
        {
            "id": "596e9212-dab6-44bc-b0e8-bbcfff343488",
            "gambit_id": "1c3e8494-b504-4114-8037-6c46cef1b04f",
            "last_updated": "2023-05-11T11:17:08.172600-04:00",
            "created_at": "2023-05-10T15:12:00.573310-04:00",
            "name": "CHC",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9c686c-3cf9-428b-a0aa-86b5aa355847/?format=api"
        }
    ]
}