GET /api/bet_types/43dc0df8-6ba4-4301-843f-fcdd00d07548/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43dc0df8-6ba4-4301-843f-fcdd00d07548",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bf70517-4589-4346-9d0d-37c54907e19b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T12:11:58.231230-04: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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a81402a-fa91-4b95-a1a7-d446db57b60b",
            "gambit_id": "d1c86aa1-05c2-4277-a5fd-820cca5d5d7d",
            "last_updated": "2023-03-20T10:57:13.103406-04:00",
            "created_at": "2023-03-19T12:11:58.232669-04:00",
            "name": "Game Total Under 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43dc0df8-6ba4-4301-843f-fcdd00d07548/?format=api"
        },
        {
            "id": "875d88ab-30e7-4ab0-9603-257eaf254a2b",
            "gambit_id": "f8d529df-af8e-4b39-8e58-ffebd6e3bf9a",
            "last_updated": "2023-03-20T10:57:13.105342-04:00",
            "created_at": "2023-03-19T12:11:58.233989-04:00",
            "name": "Game Total Over 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43dc0df8-6ba4-4301-843f-fcdd00d07548/?format=api"
        }
    ]
}