GET /api/bet_types/3b6520b6-489a-4f1c-9ed7-f663b64c358c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b6520b6-489a-4f1c-9ed7-f663b64c358c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f92d7468-46ce-47fc-8f48-4880b2cc931a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:15.822578-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": "Boston Celtics",
                "amount": 8486.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 1514.0
            }
        ],
        "expected_reward_tokens": 9504.32,
        "profit_sb": 4.32,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "5de67d2a-62e0-4300-92b6-c682d2315a5b",
            "gambit_id": "52973f85-421e-48b5-91f4-84064e0ceac2",
            "last_updated": "2023-11-29T21:53:07.651720-05:00",
            "created_at": "2023-11-28T09:33:15.831382-05:00",
            "name": "Boston Celtics",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6520b6-489a-4f1c-9ed7-f663b64c358c/?format=api"
        },
        {
            "id": "61463e3e-0d88-42f2-a96c-94b6918402c7",
            "gambit_id": "ebc0a52f-2b33-46c9-b062-a4b3239c39ce",
            "last_updated": "2023-11-29T21:53:07.648643-05:00",
            "created_at": "2023-11-28T09:33:15.826418-05:00",
            "name": "Chicago Bulls",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6520b6-489a-4f1c-9ed7-f663b64c358c/?format=api"
        }
    ]
}