GET /api/bet_types/1b0a2cb6-d668-466e-b758-6173b2947efc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b0a2cb6-d668-466e-b758-6173b2947efc",
    "match": "https://api-prod.gambitprofit.com/api/matches/409ceab4-c7c2-49e4-9465-d1a9a8a48123/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:00.577839-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "172c930d-3e22-4f4f-89aa-ecd3ede2d153",
            "gambit_id": "e49a6c26-c516-4786-ba28-e6de6a1b433a",
            "last_updated": "2023-12-12T21:53:22.826581-05:00",
            "created_at": "2023-12-11T09:38:00.582912-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b0a2cb6-d668-466e-b758-6173b2947efc/?format=api"
        },
        {
            "id": "9f7a9efd-3bbc-4a6e-b528-4f969772c31a",
            "gambit_id": "b42ec795-4bf8-4498-9a32-c48b67c02dd5",
            "last_updated": "2023-12-12T21:53:22.829792-05:00",
            "created_at": "2023-12-11T09:38:00.589003-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b0a2cb6-d668-466e-b758-6173b2947efc/?format=api"
        }
    ]
}