GET /api/bet_types/6a147d0e-84c8-464e-b465-9abfa9ca1506/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a147d0e-84c8-464e-b465-9abfa9ca1506",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee903e04-b434-4654-b77b-9549b79c2c21/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "6652f3f4-a586-4fd1-8b6a-79fab95aa596",
            "gambit_id": "1ae5ef5f-4f8c-4a4f-a653-9e890465bb1a",
            "last_updated": "2022-09-05T09:57:25.974674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a147d0e-84c8-464e-b465-9abfa9ca1506/?format=api"
        },
        {
            "id": "ca8dbfbb-95e2-47d0-a8f0-de924e44636f",
            "gambit_id": "282e9149-f804-4466-be50-acba8edf208c",
            "last_updated": "2022-09-05T09:57:25.973629-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a147d0e-84c8-464e-b465-9abfa9ca1506/?format=api"
        }
    ]
}