GET /api/bet_types/2f2b3ba3-5485-4a0b-896b-4aabba6fbe73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f2b3ba3-5485-4a0b-896b-4aabba6fbe73",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a898cc4-bc72-43fb-b232-2be9c393332f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:59.677148-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": "Philadelphia Flyers",
                "amount": 5000.0
            },
            {
                "team": "New York Islanders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8bc9cf2-d1ba-468b-bc8e-e7b331328560",
            "gambit_id": "5d6c75e9-17c7-4638-a799-8163629fe19c",
            "last_updated": "2023-04-10T09:31:58.029645-04:00",
            "created_at": "2023-04-08T09:01:59.680891-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2b3ba3-5485-4a0b-896b-4aabba6fbe73/?format=api"
        },
        {
            "id": "bd68443e-99b7-450e-9d7f-f480cd0206cb",
            "gambit_id": "155d38e7-c38f-4e11-9ae0-983b4db36f50",
            "last_updated": "2023-04-10T09:31:58.027466-04:00",
            "created_at": "2023-04-08T09:01:59.678995-04:00",
            "name": "New York Islanders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2b3ba3-5485-4a0b-896b-4aabba6fbe73/?format=api"
        }
    ]
}