GET /api/bet_types/32fb8ff0-1cf4-46cc-ad00-61ad8a276fde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32fb8ff0-1cf4-46cc-ad00-61ad8a276fde",
    "match": "https://api-prod.gambitprofit.com/api/matches/178fafef-99eb-44aa-81ad-2d4516bdb135/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-17T09:53:16.739388-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": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c755459a-86ed-4b0e-a8ce-cbf8a9965d8a",
            "gambit_id": "675f263d-da32-4a9a-ab07-7320ca93b601",
            "last_updated": "2023-12-19T10:13:20.606370-05:00",
            "created_at": "2023-12-17T09:53:16.749141-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32fb8ff0-1cf4-46cc-ad00-61ad8a276fde/?format=api"
        },
        {
            "id": "9cf37bab-f880-46ce-bafe-e4d4ada2b7f7",
            "gambit_id": "3e637248-3447-40ef-ba90-8db9d888252f",
            "last_updated": "2023-12-19T10:13:20.609682-05:00",
            "created_at": "2023-12-17T09:53:16.754538-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32fb8ff0-1cf4-46cc-ad00-61ad8a276fde/?format=api"
        }
    ]
}