GET /api/bet_types/644b08f6-789e-4366-98b5-5456b7fc3a1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "644b08f6-789e-4366-98b5-5456b7fc3a1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/96492ceb-f064-44bb-98dc-55f5e0e36a03/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:13.957787-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 Rangers",
                "amount": 6651.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c754dbf-0337-4b90-ab03-a7591c6dcea8",
            "gambit_id": "9264fecd-cb26-46ee-8fb1-2d5fb4f08f85",
            "last_updated": "2023-04-21T22:12:04.266846-04:00",
            "created_at": "2023-04-20T11:42:13.961676-04:00",
            "name": "New York Rangers",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/644b08f6-789e-4366-98b5-5456b7fc3a1d/?format=api"
        },
        {
            "id": "58ef100a-b915-4126-bec2-1d8b6629b271",
            "gambit_id": "2f5eecdc-c2ff-4dbc-bac8-74733f0c3a8a",
            "last_updated": "2023-04-21T22:12:04.264865-04:00",
            "created_at": "2023-04-20T11:42:13.959684-04:00",
            "name": "New Jersey Devils",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/644b08f6-789e-4366-98b5-5456b7fc3a1d/?format=api"
        }
    ]
}