GET /api/bet_types/7e7e1e0b-0383-4ac9-ad98-e8b090a98f92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e7e1e0b-0383-4ac9-ad98-e8b090a98f92",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d4c7ff8-f1a9-43bf-b535-be94ca350302/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:58.751738-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "75142641-8956-4be0-9866-d3be1b3bc259",
            "gambit_id": "eb757d1e-b154-4542-9d1b-5e38afde8817",
            "last_updated": "2023-03-02T07:16:52.199522-05:00",
            "created_at": "2023-03-01T09:21:58.754256-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7e1e0b-0383-4ac9-ad98-e8b090a98f92/?format=api"
        },
        {
            "id": "66055b38-ec9e-4f50-b520-b2f0160724cf",
            "gambit_id": "7b899e32-c067-408b-84af-900c00149cb7",
            "last_updated": "2023-03-02T07:16:52.198320-05:00",
            "created_at": "2023-03-01T09:21:58.753015-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7e1e0b-0383-4ac9-ad98-e8b090a98f92/?format=api"
        }
    ]
}