GET /api/bet_types/c0429db7-7532-4023-9d23-4462c1f7c8cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0429db7-7532-4023-9d23-4462c1f7c8cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6f144fe-2bad-40cc-a7ba-41579c9d5fdd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-17T11:42:58.351344-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": "PIT",
                "amount": 5688.0
            },
            {
                "team": "CLE",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "e38214e6-107c-4ff1-8ede-712ab6ea04f4",
            "gambit_id": "b9d95068-fd65-495e-b78c-c8cd2e745130",
            "last_updated": "2023-07-18T22:08:26.397244-04:00",
            "created_at": "2023-07-17T11:42:58.354094-04:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0429db7-7532-4023-9d23-4462c1f7c8cf/?format=api"
        },
        {
            "id": "36bb8061-3d17-4514-850c-02c95f9365ec",
            "gambit_id": "df0f56a0-7dc2-4fba-bfbe-5cb6689a0eba",
            "last_updated": "2023-07-18T22:08:26.395988-04:00",
            "created_at": "2023-07-17T11:42:58.352651-04:00",
            "name": "CLE",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0429db7-7532-4023-9d23-4462c1f7c8cf/?format=api"
        }
    ]
}