GET /api/bet_types/a1c3a1e5-d1f3-490d-9297-a3a62fd8206e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1c3a1e5-d1f3-490d-9297-a3a62fd8206e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb521d62-f787-4c48-bbf0-746269d043eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:02.778149-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 218.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "66d5d01a-a173-4c41-a46c-329f3a7a53c5",
            "gambit_id": "602f7d28-2bd0-4128-b701-cc278c5b8b50",
            "last_updated": "2023-12-01T10:53:10.872036-05:00",
            "created_at": "2023-11-30T10:28:02.783969-05:00",
            "name": "Game Total Over 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1c3a1e5-d1f3-490d-9297-a3a62fd8206e/?format=api"
        },
        {
            "id": "7c263c79-ef4f-49a8-8eca-96046116886a",
            "gambit_id": "58059ef1-06e4-471c-b1a4-9083154d0c1e",
            "last_updated": "2023-12-01T10:53:10.875948-05:00",
            "created_at": "2023-11-30T10:28:02.789285-05:00",
            "name": "Game Total Under 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1c3a1e5-d1f3-490d-9297-a3a62fd8206e/?format=api"
        }
    ]
}