GET /api/bet_types/4e07386e-450a-4cb7-9f19-7b1cf1b6f23e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e07386e-450a-4cb7-9f19-7b1cf1b6f23e",
    "match": "https://api-prod.gambitprofit.com/api/matches/911f281d-c2ad-4844-afaf-3d1f65f10578/?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": "Calgary Flames",
                "amount": 5824.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 9143.68,
        "profit_sb": 143.68,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d63cc36-b055-4e63-99ea-e3a0cd71183f",
            "gambit_id": "5c4fc5fe-8961-49d8-ad9a-e4c9fedd91ac",
            "last_updated": "2022-11-11T21:37:26.949059-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e07386e-450a-4cb7-9f19-7b1cf1b6f23e/?format=api"
        },
        {
            "id": "f26a2622-a37e-43f4-b8c2-78c249ad2430",
            "gambit_id": "bc613d65-db5f-402b-82ec-358d269018b5",
            "last_updated": "2022-11-11T21:37:26.948013-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e07386e-450a-4cb7-9f19-7b1cf1b6f23e/?format=api"
        }
    ]
}