GET /api/bet_types/bff35f72-a703-4e6a-b02c-f74a78c0bddf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bff35f72-a703-4e6a-b02c-f74a78c0bddf",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f17173-d3ed-4cd2-a0a1-99aaf089c5da/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-26T11:58:18.833197-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ab3a98c-19d9-4803-a212-7dc69290deeb",
            "gambit_id": "03dedf0f-d17a-40b1-b357-25a55222f70d",
            "last_updated": "2023-12-27T13:12:56.910936-05:00",
            "created_at": "2023-12-26T11:58:18.837081-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bff35f72-a703-4e6a-b02c-f74a78c0bddf/?format=api"
        },
        {
            "id": "c96bde0e-5479-4a8c-ad05-86b4be04dece",
            "gambit_id": "5430777d-3775-4847-98b7-4c8b458887ac",
            "last_updated": "2023-12-27T13:12:56.914423-05:00",
            "created_at": "2023-12-26T11:58:18.841083-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bff35f72-a703-4e6a-b02c-f74a78c0bddf/?format=api"
        }
    ]
}