GET /api/bet_types/9ef7d8fd-071d-40ca-bb43-21483f07e109/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ef7d8fd-071d-40ca-bb43-21483f07e109",
    "match": "https://api-prod.gambitprofit.com/api/matches/7adb63c5-0f87-43bd-a43d-47b8835ee0d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:16.773611-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "54b72987-0cad-4275-af16-f9e78c227dee",
            "gambit_id": "b7527eac-25bb-4371-b768-4f68a0326ce5",
            "last_updated": "2023-11-23T16:33:06.170660-05:00",
            "created_at": "2023-11-22T09:08:16.777841-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ef7d8fd-071d-40ca-bb43-21483f07e109/?format=api"
        },
        {
            "id": "4ceee5a9-8758-467c-85a7-fc3bf7baffc2",
            "gambit_id": "a880822a-4217-4212-ae94-b548ab714668",
            "last_updated": "2023-11-23T16:33:06.174654-05:00",
            "created_at": "2023-11-22T09:08:16.781895-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ef7d8fd-071d-40ca-bb43-21483f07e109/?format=api"
        }
    ]
}