GET /api/bet_types/e1bf4671-53e2-48bb-9d47-72189fea0e9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1bf4671-53e2-48bb-9d47-72189fea0e9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/55a386a1-eda6-4b12-8e1a-6061cd0faee8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-17T09:53:17.256392-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfd01feb-dbbc-47c3-ac1b-0a1399381c26",
            "gambit_id": "5f6f87e1-7c89-47ea-be7c-335e2a2f8084",
            "last_updated": "2023-12-19T10:13:20.371450-05:00",
            "created_at": "2023-12-17T09:53:17.263170-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1bf4671-53e2-48bb-9d47-72189fea0e9a/?format=api"
        },
        {
            "id": "c63ad7f3-43c8-41e8-be79-a15e700f7477",
            "gambit_id": "4dfbacbf-9d78-4ad9-817b-dc0cf817a0f4",
            "last_updated": "2023-12-19T10:13:20.375023-05:00",
            "created_at": "2023-12-17T09:53:17.267873-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1bf4671-53e2-48bb-9d47-72189fea0e9a/?format=api"
        }
    ]
}