GET /api/bet_types/ece3a0dc-5850-48d5-9545-26a0cdfa0ffc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ece3a0dc-5850-48d5-9545-26a0cdfa0ffc",
    "match": "https://api-prod.gambitprofit.com/api/matches/aafef98f-443f-42c2-954e-7296fe7f8e33/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "SEA",
                "amount": 5916.0
            },
            {
                "team": "CLE",
                "amount": 4084.0
            }
        ],
        "expected_reward_tokens": 9228.96,
        "profit_sb": 228.96,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec05a5ec-114c-41b3-b43b-ee4be9c128eb",
            "gambit_id": "6f086017-bf0b-4800-9c0d-3ab67fe36488",
            "last_updated": "2022-08-26T13:02:10.212194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece3a0dc-5850-48d5-9545-26a0cdfa0ffc/?format=api"
        },
        {
            "id": "698ce7ab-7040-43cd-bf76-0ab56a1bb277",
            "gambit_id": "0ce54469-e144-43e8-81de-84ea4f8d80b5",
            "last_updated": "2022-08-26T13:02:10.212625-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece3a0dc-5850-48d5-9545-26a0cdfa0ffc/?format=api"
        }
    ]
}