GET /api/bet_types/b3eeb3c1-7026-4cd1-ab93-3f0600cbdef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3eeb3c1-7026-4cd1-ab93-3f0600cbdef5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e6baa5a-ff9b-4484-905c-96c2bb96e251/?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": "Montreal Canadiens",
                "amount": 6047.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6d6b7d8-c62a-422a-b557-0e970d45abff",
            "gambit_id": "1f6b3dc6-238c-4e1a-808a-6b786a62fc5a",
            "last_updated": "2022-12-12T09:42:33.355151-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3eeb3c1-7026-4cd1-ab93-3f0600cbdef5/?format=api"
        },
        {
            "id": "b4a00f1d-bbca-48ba-b4aa-086af6c68d47",
            "gambit_id": "1d248eca-a9f7-4767-8bca-9dea6eaa6eb9",
            "last_updated": "2022-12-12T09:42:33.356244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3eeb3c1-7026-4cd1-ab93-3f0600cbdef5/?format=api"
        }
    ]
}