GET /api/bet_types/4d1a20d2-b221-4e6f-9871-f7dcfc4a7d11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d1a20d2-b221-4e6f-9871-f7dcfc4a7d11",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d9ed971-c02d-4c83-a69f-573825f01dfe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:16.331526-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0f3ba80-5925-4b22-84d2-e1454f6b6668",
            "gambit_id": "a2f452df-96b8-4278-8642-76ed454e00af",
            "last_updated": "2023-11-03T10:33:05.392601-04:00",
            "created_at": "2023-11-01T09:08:16.335873-04:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d1a20d2-b221-4e6f-9871-f7dcfc4a7d11/?format=api"
        },
        {
            "id": "9e9a9fac-7970-4a76-8640-778f5e72738f",
            "gambit_id": "5a4fa39e-a216-4468-bed9-c75e2d81c22b",
            "last_updated": "2023-11-03T10:33:05.396297-04:00",
            "created_at": "2023-11-01T09:08:16.341131-04:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d1a20d2-b221-4e6f-9871-f7dcfc4a7d11/?format=api"
        }
    ]
}