GET /api/bet_types/b58807e4-38dc-4d14-b42d-cfdcc899d189/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b58807e4-38dc-4d14-b42d-cfdcc899d189",
    "match": "https://api-prod.gambitprofit.com/api/matches/f748abd1-d6d8-4fb8-8263-decbd8b4df00/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "KAN",
                "amount": 5591.0
            },
            {
                "team": "CLE",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9391.17,
        "profit_sb": -108.83,
        "profit_sb_percentage": -1.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "a889cd5c-bc53-4cbf-929f-fe060484490b",
            "gambit_id": "113e20db-8bf9-4dd2-ae82-b09a080091ba",
            "last_updated": "2022-10-02T15:17:30.111375-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b58807e4-38dc-4d14-b42d-cfdcc899d189/?format=api"
        },
        {
            "id": "9cf391cc-ac52-4e32-ba89-328f79aac6f5",
            "gambit_id": "c9b06766-2589-46eb-b54e-a15fe1ca5c7f",
            "last_updated": "2022-10-02T15:17:30.110265-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.13000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b58807e4-38dc-4d14-b42d-cfdcc899d189/?format=api"
        }
    ]
}