GET /api/bet_types/3f5fd275-86e1-420e-91b5-8a4b44c5c604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f5fd275-86e1-420e-91b5-8a4b44c5c604",
    "match": "https://api-prod.gambitprofit.com/api/matches/498e3b75-135d-44f2-8e8d-09ecd749643f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-13T08:57:58.468806-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": "Winnipeg Jets",
                "amount": 5939.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe5ffae3-dc11-4ae7-9dae-21fad360d4b0",
            "gambit_id": "e2461f39-2ef9-4c59-8e83-ce43de0b4558",
            "last_updated": "2023-12-14T11:48:09.983083-05:00",
            "created_at": "2023-12-13T08:57:58.472948-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5fd275-86e1-420e-91b5-8a4b44c5c604/?format=api"
        },
        {
            "id": "f0f1840f-8598-49c6-804d-16f1790a741c",
            "gambit_id": "7bd35b66-6f58-41a7-a630-7bab6051887e",
            "last_updated": "2023-12-14T11:48:09.989154-05:00",
            "created_at": "2023-12-13T08:57:58.477535-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5fd275-86e1-420e-91b5-8a4b44c5c604/?format=api"
        }
    ]
}