GET /api/bet_types/4dc88518-0766-4e6f-9b3d-62e11dcb5712/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dc88518-0766-4e6f-9b3d-62e11dcb5712",
    "match": "https://api-prod.gambitprofit.com/api/matches/1055a6d5-f62f-4f86-9e82-10dc90d0e67f/?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": 6167.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3833.0
            }
        ],
        "expected_reward_tokens": 9620.52,
        "profit_sb": 120.52,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "63754679-9d8b-4a40-b3be-8ac0c8eb8ec0",
            "gambit_id": "2a4eab3c-5286-4f6f-90f0-d43b0b4e8fdd",
            "last_updated": "2022-10-15T18:57:03.323403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dc88518-0766-4e6f-9b3d-62e11dcb5712/?format=api"
        },
        {
            "id": "3cc0ad3c-b57a-4578-934b-7e8699eef2b1",
            "gambit_id": "e2579826-4976-4f73-bf55-a7c8a20db5f2",
            "last_updated": "2022-10-15T18:57:03.322413-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.51000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dc88518-0766-4e6f-9b3d-62e11dcb5712/?format=api"
        }
    ]
}