GET /api/bet_types/e9a9a2fc-83df-4170-bc2f-ad25a1af5e4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9a9a2fc-83df-4170-bc2f-ad25a1af5e4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/214a94d0-a9ae-46e2-8a4a-0fb46f13cbbd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:10.195241-04: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": "Tampa Bay Lightning",
                "amount": 6399.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "23756ceb-6dd8-40b0-90cf-e8153b4deff9",
            "gambit_id": "6149fa26-396d-41e6-8752-c4dc7831caf2",
            "last_updated": "2023-03-15T14:02:06.613233-04:00",
            "created_at": "2023-03-14T09:37:10.198682-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a9a2fc-83df-4170-bc2f-ad25a1af5e4c/?format=api"
        },
        {
            "id": "fd775d83-b08f-4130-964f-53bc232599ff",
            "gambit_id": "4e88cf31-f2b5-40fa-91d0-da9a5b54214e",
            "last_updated": "2023-03-15T14:02:06.612147-04:00",
            "created_at": "2023-03-14T09:37:10.197080-04:00",
            "name": "New Jersey Devils",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9a9a2fc-83df-4170-bc2f-ad25a1af5e4c/?format=api"
        }
    ]
}