GET /api/bet_types/e866b6b8-9df5-4869-94be-c111348a3f8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e866b6b8-9df5-4869-94be-c111348a3f8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c265d2cb-664f-4b2e-94c3-428a79e0062f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:10.212455-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": "New York Islanders",
                "amount": 6308.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "45f30113-9d6b-4c45-8fa3-1c5301c9e479",
            "gambit_id": "f5acb231-8291-470d-8206-81ff5d540e0e",
            "last_updated": "2023-04-22T15:07:06.943005-04:00",
            "created_at": "2023-04-19T12:17:10.219812-04:00",
            "name": "New York Islanders",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e866b6b8-9df5-4869-94be-c111348a3f8f/?format=api"
        },
        {
            "id": "e489f30e-6116-4818-97ac-c61f890bf212",
            "gambit_id": "c1af7b6a-4ccd-41a0-a5a1-5c6f5e8abd48",
            "last_updated": "2023-04-22T15:07:06.940897-04:00",
            "created_at": "2023-04-19T12:17:10.216238-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e866b6b8-9df5-4869-94be-c111348a3f8f/?format=api"
        }
    ]
}