GET /api/bet_types/e140d708-a660-4d54-8c65-d63c9b1cfe6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e140d708-a660-4d54-8c65-d63c9b1cfe6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b321e9f-3ae5-4919-8cb8-940b65826070/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-01T09:18:08.684586-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5a43aca-4a6d-4587-9364-68af776caa8c",
            "gambit_id": "d11524d7-9421-41fc-af3f-d6a527304bfc",
            "last_updated": "2024-02-02T14:43:24.279694-05:00",
            "created_at": "2024-02-01T09:18:08.691341-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e140d708-a660-4d54-8c65-d63c9b1cfe6c/?format=api"
        },
        {
            "id": "12f65537-8e76-4497-a9b2-95c086c2a2aa",
            "gambit_id": "18ab8ffb-91e2-445d-a458-f3f207a2f6be",
            "last_updated": "2024-02-02T14:43:24.283188-05:00",
            "created_at": "2024-02-01T09:18:08.697058-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e140d708-a660-4d54-8c65-d63c9b1cfe6c/?format=api"
        }
    ]
}