GET /api/bet_types/e8597557-a5da-4244-aded-c674aa5aa66f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8597557-a5da-4244-aded-c674aa5aa66f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8eff2b51-5bfe-492c-b11e-1a9e7a7ebb12/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:18.265825-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": "Columbus Blue Jackets",
                "amount": 6849.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d17335c-5634-4e52-bf79-f0fe4ff6c277",
            "gambit_id": "1828a65a-e07a-461e-a48b-c2dc53a4172d",
            "last_updated": "2023-10-28T10:22:54.274956-04:00",
            "created_at": "2023-10-26T09:28:18.270229-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8597557-a5da-4244-aded-c674aa5aa66f/?format=api"
        },
        {
            "id": "c43f98ff-6e7a-4171-a38b-454dfd50a752",
            "gambit_id": "5e5818ea-c344-4e91-b06d-a74006d0b252",
            "last_updated": "2023-10-28T10:22:54.278101-04:00",
            "created_at": "2023-10-26T09:28:18.274734-04:00",
            "name": "Montreal Canadiens",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8597557-a5da-4244-aded-c674aa5aa66f/?format=api"
        }
    ]
}