GET /api/bet_types/92063ce6-cc31-48df-8209-3d004e548a63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92063ce6-cc31-48df-8209-3d004e548a63",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6e166d4-317f-42d1-9f21-84da5898f24e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:08.844987-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 Kings",
                "amount": 6928.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "00bba87d-3668-40c9-ac07-df49d7f24f75",
            "gambit_id": "be61ba61-3902-42f7-aeca-32d15c11cc8a",
            "last_updated": "2023-10-23T20:33:04.119659-04:00",
            "created_at": "2023-10-21T09:38:08.852839-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92063ce6-cc31-48df-8209-3d004e548a63/?format=api"
        },
        {
            "id": "04fa4f4a-c3f4-4732-b5bc-caa78a644f2e",
            "gambit_id": "5b2b5e9c-b442-4084-b80c-03f84deb0270",
            "last_updated": "2023-10-23T20:33:04.115670-04:00",
            "created_at": "2023-10-21T09:38:08.848890-04:00",
            "name": "Boston Bruins",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92063ce6-cc31-48df-8209-3d004e548a63/?format=api"
        }
    ]
}