GET /api/bet_types/03b70469-9222-4e78-9860-a68755651968/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03b70469-9222-4e78-9860-a68755651968",
    "match": "https://api-prod.gambitprofit.com/api/matches/64d837bb-f1e4-420e-8878-5a17ad17aabc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:07.693189-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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd466131-4822-465f-8074-7d205a5704ac",
            "gambit_id": "6685d89a-81d2-4823-a219-d336baf17a85",
            "last_updated": "2023-11-06T21:18:20.456283-05:00",
            "created_at": "2023-11-02T09:03:07.701223-04:00",
            "name": "Game Total Under 40.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03b70469-9222-4e78-9860-a68755651968/?format=api"
        },
        {
            "id": "a5f2d2ab-3e2a-4594-bba7-f479968687cc",
            "gambit_id": "c07d47cb-56e2-4e8e-8006-d9d632daeab2",
            "last_updated": "2023-11-06T21:18:20.449768-05:00",
            "created_at": "2023-11-02T09:03:07.696548-04:00",
            "name": "Game Total Over 40.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03b70469-9222-4e78-9860-a68755651968/?format=api"
        }
    ]
}