GET /api/bet_types/ba2d8cb0-4d24-41c3-9edc-d8db130c15ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba2d8cb0-4d24-41c3-9edc-d8db130c15ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ad44e04-384e-4226-bcf5-8277fa9b4d9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-04T09:17:18.415059-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab5d6ea0-1b09-46ae-90b0-e48d335208ac",
            "gambit_id": "0af1f18e-60de-4a4f-a509-4a9f0206fd1e",
            "last_updated": "2023-02-05T11:31:59.955843-05:00",
            "created_at": "2023-02-04T09:17:18.418847-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba2d8cb0-4d24-41c3-9edc-d8db130c15ea/?format=api"
        },
        {
            "id": "8f2f8f2f-bd37-4364-a5bd-364c8094d9b9",
            "gambit_id": "2cdebcce-5924-44d6-8dad-22433612b26b",
            "last_updated": "2023-02-05T11:31:59.954636-05:00",
            "created_at": "2023-02-04T09:17:18.416879-05:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba2d8cb0-4d24-41c3-9edc-d8db130c15ea/?format=api"
        }
    ]
}