GET /api/bet_types/b1cc4b36-4f72-4d79-8ebb-97d766d2b1ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1cc4b36-4f72-4d79-8ebb-97d766d2b1ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e4ba37f-05b4-4a94-bc53-0bb1254961dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:01.309275-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": "Oklahoma City Thunder",
                "amount": 5098.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1f5840d-763c-4b2f-b533-dc28cd81eecd",
            "gambit_id": "27356b3d-d1e5-4c6a-9138-448530924244",
            "last_updated": "2023-01-13T11:47:21.070529-05:00",
            "created_at": "2023-01-12T08:22:01.311861-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1cc4b36-4f72-4d79-8ebb-97d766d2b1ec/?format=api"
        },
        {
            "id": "a2d50876-0bb3-4b5b-aa55-7c0673bc3374",
            "gambit_id": "e638c8a8-ea7e-4eda-ac93-6c6bb3b5d043",
            "last_updated": "2023-01-13T11:47:21.069469-05:00",
            "created_at": "2023-01-12T08:22:01.310507-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1cc4b36-4f72-4d79-8ebb-97d766d2b1ec/?format=api"
        }
    ]
}