GET /api/bet_types/174ead72-6cde-47f3-a66d-d835ac5705cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "174ead72-6cde-47f3-a66d-d835ac5705cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/76596e7b-5bdc-4cce-85b1-8c67c4b5bfda/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-18T10:18:22.546516-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": "Vegas Golden Knights",
                "amount": 6611.0
            },
            {
                "team": "New York Rangers",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "848c2778-7fdb-428c-8836-ff537639716b",
            "gambit_id": "a2ad2a64-25a6-4555-b630-f0fc8c46ba65",
            "last_updated": "2024-01-19T20:28:12.910125-05:00",
            "created_at": "2024-01-18T10:18:22.555922-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174ead72-6cde-47f3-a66d-d835ac5705cb/?format=api"
        },
        {
            "id": "22833f3b-77ed-40b8-a92c-2a488c6285e0",
            "gambit_id": "3d7418b8-2e0f-48ec-92e2-9398e948569f",
            "last_updated": "2024-01-19T20:28:12.906477-05:00",
            "created_at": "2024-01-18T10:18:22.549991-05:00",
            "name": "New York Rangers",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174ead72-6cde-47f3-a66d-d835ac5705cb/?format=api"
        }
    ]
}