GET /api/bet_types/46c4bd60-fd80-44ad-8365-00444dbe0713/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46c4bd60-fd80-44ad-8365-00444dbe0713",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd6726c6-53e5-4d7b-9dc6-5b8c4250f372/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:17.866982-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": 5939.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "8836ac60-c90e-4c75-85fa-8574b8826b1a",
            "gambit_id": "f9844332-d0df-4c2d-b820-f2833fb7c072",
            "last_updated": "2024-01-23T20:18:20.344906-05:00",
            "created_at": "2024-01-20T05:38:17.876244-05:00",
            "name": "Calgary Flames",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c4bd60-fd80-44ad-8365-00444dbe0713/?format=api"
        },
        {
            "id": "e5b601d7-62fb-4c4c-a521-ba92ccdb0718",
            "gambit_id": "288e2771-60d6-433c-bfb9-ffd267d5b171",
            "last_updated": "2024-01-23T20:18:20.341588-05:00",
            "created_at": "2024-01-20T05:38:17.870563-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c4bd60-fd80-44ad-8365-00444dbe0713/?format=api"
        }
    ]
}