GET /api/bet_types/95b1c632-0317-4b40-bc25-ac3b17a70d8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95b1c632-0317-4b40-bc25-ac3b17a70d8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffded03b-f947-4e11-922e-60ef70bd164f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:15.127123-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": "New York Islanders",
                "amount": 6253.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9629.62,
        "profit_sb": 129.62,
        "profit_sb_percentage": 1.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "257af321-c837-42db-a48b-e3f51afd9aee",
            "gambit_id": "3ae3714f-a160-45a2-b097-08795fda7fff",
            "last_updated": "2023-01-22T11:37:12.062564-05:00",
            "created_at": "2023-01-21T10:22:15.128351-05:00",
            "name": "New York Islanders",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b1c632-0317-4b40-bc25-ac3b17a70d8b/?format=api"
        },
        {
            "id": "0f939c40-c34c-4e50-8ab3-45db3c754827",
            "gambit_id": "8061db50-2bdf-4567-b227-f3f0a0897a0b",
            "last_updated": "2023-01-22T11:37:12.063753-05:00",
            "created_at": "2023-01-21T10:22:15.129616-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.57000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b1c632-0317-4b40-bc25-ac3b17a70d8b/?format=api"
        }
    ]
}