GET /api/bet_types/96de593c-4005-403a-a72f-ca0853405969/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96de593c-4005-403a-a72f-ca0853405969",
    "match": "https://api-prod.gambitprofit.com/api/matches/bdec6961-8168-4d53-8f49-a825b4871a3e/?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": 5984.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f5ebb35-5904-4a0e-8893-3a27188af4e0",
            "gambit_id": "da829ab7-1ba4-4409-ad50-fc51f7de733b",
            "last_updated": "2022-11-16T09:52:14.755436-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96de593c-4005-403a-a72f-ca0853405969/?format=api"
        },
        {
            "id": "ae486fb8-0a07-470c-ba51-660b76b3a3db",
            "gambit_id": "66c34ba1-b516-483e-9e0b-b08b9146d0b8",
            "last_updated": "2022-11-16T09:52:14.756488-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96de593c-4005-403a-a72f-ca0853405969/?format=api"
        }
    ]
}