GET /api/bet_types/fa3b397e-0a14-4efa-a32c-c2b70144ac4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa3b397e-0a14-4efa-a32c-c2b70144ac4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b29181ad-2802-406e-9187-63e7d2d45cb2/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:03:24.443940-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": "Washington Capitals",
                "amount": 5857.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5781f8e-006b-4c15-8706-ec7ba718daf8",
            "gambit_id": "32728854-87b2-449c-a3dd-be2c02cbafba",
            "last_updated": "2024-01-09T10:48:23.497081-05:00",
            "created_at": "2024-01-07T09:03:24.453431-05:00",
            "name": "Washington Capitals",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3b397e-0a14-4efa-a32c-c2b70144ac4f/?format=api"
        },
        {
            "id": "b8ea4d87-7111-4481-a7e1-285b8b723043",
            "gambit_id": "cf7b0e9b-69cd-4efb-b927-eaa5eee76230",
            "last_updated": "2024-01-09T10:48:23.493061-05:00",
            "created_at": "2024-01-07T09:03:24.448275-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa3b397e-0a14-4efa-a32c-c2b70144ac4f/?format=api"
        }
    ]
}