GET /api/bet_types/b86dac21-1aa2-436a-8228-ed7e7dd8af06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b86dac21-1aa2-436a-8228-ed7e7dd8af06",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c6484f4-4491-447c-bc15-4a1229cba0b8/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:26.271401-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 Over 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e18244c6-bfe2-4a74-93dd-45f703a22183",
            "gambit_id": "0f13c227-bf42-4f6f-9658-0ef90d1b1fdb",
            "last_updated": "2024-01-17T22:08:15.093461-05:00",
            "created_at": "2024-01-15T10:23:26.275299-05:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b86dac21-1aa2-436a-8228-ed7e7dd8af06/?format=api"
        },
        {
            "id": "194da2fc-b4b4-400b-b551-463a9c292efa",
            "gambit_id": "24f8a3d8-d40d-406e-9caa-558e5bb16f28",
            "last_updated": "2024-01-17T22:08:15.096761-05:00",
            "created_at": "2024-01-15T10:23:26.279194-05:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b86dac21-1aa2-436a-8228-ed7e7dd8af06/?format=api"
        }
    ]
}