GET /api/bet_types/93558940-e8f2-4ff0-a7f4-b933b63269ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93558940-e8f2-4ff0-a7f4-b933b63269ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f6d87c5-708a-4ab9-b816-9a83dfbc0606/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-23T09:48:11.287924-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": "Oakland Athletics",
                "amount": 5688.0
            },
            {
                "team": "Detroit Tigers",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "faa70211-d7f9-499b-8c83-90ab62b0591c",
            "gambit_id": "4c5ca4a2-7804-4f42-8671-17e3609a47fd",
            "last_updated": "2023-09-25T14:28:22.674739-04:00",
            "created_at": "2023-09-23T09:48:11.298343-04:00",
            "name": "Oakland Athletics",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93558940-e8f2-4ff0-a7f4-b933b63269ab/?format=api"
        },
        {
            "id": "08b997a3-d7c6-4515-953b-c414f2088236",
            "gambit_id": "d58c91b9-d8fd-4720-a74d-5db4348fddbc",
            "last_updated": "2023-09-25T14:28:22.671373-04:00",
            "created_at": "2023-09-23T09:48:11.293407-04:00",
            "name": "Detroit Tigers",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93558940-e8f2-4ff0-a7f4-b933b63269ab/?format=api"
        }
    ]
}