GET /api/bet_types/fbe12dce-7111-4fb1-a76a-dc457c4ca359/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbe12dce-7111-4fb1-a76a-dc457c4ca359",
    "match": "https://api-prod.gambitprofit.com/api/matches/60d29cbf-23cf-4738-86c2-c38216320ef5/?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": "Edmonton Oilers",
                "amount": 6345.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "a25ab85c-9ee7-405b-9d03-0d4b1fb314f6",
            "gambit_id": "f95f7348-8c54-4512-aca4-e2345b8c34a4",
            "last_updated": "2022-11-11T21:37:26.277293-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe12dce-7111-4fb1-a76a-dc457c4ca359/?format=api"
        },
        {
            "id": "01f04424-60bd-4bd1-9148-1fcf5cc8bc38",
            "gambit_id": "23d31cb2-6635-43ba-b5a4-73360c76aa28",
            "last_updated": "2022-11-11T21:37:26.276132-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe12dce-7111-4fb1-a76a-dc457c4ca359/?format=api"
        }
    ]
}