GET /api/bet_types/e8b3b157-2406-4440-878e-984383b2a003/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8b3b157-2406-4440-878e-984383b2a003",
    "match": "https://api-prod.gambitprofit.com/api/matches/b43f3605-6f17-4d1d-88a4-5ca59dec33e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:26.292237-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": "LAA",
                "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": "e8daef8e-b35c-4baf-b536-915af6955601",
            "gambit_id": "95b753af-18b9-4722-9143-d7f9febfbb00",
            "last_updated": "2023-09-09T11:13:23.368835-04:00",
            "created_at": "2023-09-08T09:23:26.300560-04:00",
            "name": "LAA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b3b157-2406-4440-878e-984383b2a003/?format=api"
        },
        {
            "id": "79eb7a2e-0886-4cbd-9779-8673b8a0d4b3",
            "gambit_id": "fcf3c850-a782-4e26-b2be-bbc82fb6d030",
            "last_updated": "2023-09-09T11:13:23.365348-04:00",
            "created_at": "2023-09-08T09:23:26.295928-04:00",
            "name": "CLE",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8b3b157-2406-4440-878e-984383b2a003/?format=api"
        }
    ]
}