GET /api/bet_types/f18e4f53-87b0-49f6-8e33-59e40c22e11e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f18e4f53-87b0-49f6-8e33-59e40c22e11e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c206b7af-ef2a-480a-8d87-94f358986240/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:08.270118-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": "Game Total Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc668a13-5418-41c2-bc18-f346780a406f",
            "gambit_id": "279c7aa9-96b7-4b5e-b909-4fd4194a2bca",
            "last_updated": "2022-12-31T10:46:57.979741-05:00",
            "created_at": "2022-12-29T08:42:08.271335-05:00",
            "name": "Game Total Under 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18e4f53-87b0-49f6-8e33-59e40c22e11e/?format=api"
        },
        {
            "id": "c3402a4c-f88f-47f0-829b-db9c183facf3",
            "gambit_id": "ab3d6fb1-6124-4a1a-b962-270cb7d66b98",
            "last_updated": "2022-12-31T10:46:57.980841-05:00",
            "created_at": "2022-12-29T08:42:08.272521-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18e4f53-87b0-49f6-8e33-59e40c22e11e/?format=api"
        }
    ]
}