GET /api/bet_types/8c7bc685-bad1-4af8-9ac4-56f959b3255d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c7bc685-bad1-4af8-9ac4-56f959b3255d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8181b3a7-e027-459d-b4cb-626121db2099/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:02.753354-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9342101-cc11-4478-b896-cb4f7d9ec7b8",
            "gambit_id": "9c42429c-ed11-41bf-a572-d255e90b283c",
            "last_updated": "2023-10-23T13:28:23.016869-04:00",
            "created_at": "2023-10-18T09:13:02.757959-04:00",
            "name": "Miami Dolphins",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7bc685-bad1-4af8-9ac4-56f959b3255d/?format=api"
        },
        {
            "id": "9f24f59c-0cdd-4e83-a8de-4d1fad6cc217",
            "gambit_id": "1a4e1021-a4f8-4e91-a011-af22064aa9a0",
            "last_updated": "2023-10-23T13:28:23.020328-04:00",
            "created_at": "2023-10-18T09:13:02.762786-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7bc685-bad1-4af8-9ac4-56f959b3255d/?format=api"
        }
    ]
}