GET /api/bet_types/a345a947-4cb8-402c-9ed6-bf877fa96e51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a345a947-4cb8-402c-9ed6-bf877fa96e51",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eb8c0c5-344e-4326-84a1-27690da1b0b1/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d173891-88b3-4cce-b5a3-07c69949565c",
            "gambit_id": "afb21a49-ada2-467b-8862-fa17bf1c3b9b",
            "last_updated": "2022-09-26T10:07:19.669316-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a345a947-4cb8-402c-9ed6-bf877fa96e51/?format=api"
        },
        {
            "id": "65dbb236-30e8-4ac4-b824-db457f172ad7",
            "gambit_id": "d75def6c-b365-4260-ba31-37d60b810629",
            "last_updated": "2022-09-26T10:07:19.668235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a345a947-4cb8-402c-9ed6-bf877fa96e51/?format=api"
        }
    ]
}