GET /api/bet_types/1c981f1b-44c1-4fa7-b1b7-84fe91679aac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c981f1b-44c1-4fa7-b1b7-84fe91679aac",
    "match": "https://api-prod.gambitprofit.com/api/matches/027a1cdf-0861-401d-b06e-797827f38f1b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:10.882518-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 Under 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a459a8f2-5b20-4679-8598-dda8df4102ac",
            "gambit_id": "7015dd4f-30d1-4a6c-ad07-27ef6d86c34a",
            "last_updated": "2023-12-19T09:53:14.938364-05:00",
            "created_at": "2023-12-15T09:13:10.890429-05:00",
            "name": "Game Total Under 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c981f1b-44c1-4fa7-b1b7-84fe91679aac/?format=api"
        },
        {
            "id": "f1ea9d58-07fc-41dc-960d-7da76e974200",
            "gambit_id": "b5c63bd2-0555-47ac-b268-ea6794a273e8",
            "last_updated": "2023-12-19T09:53:14.935026-05:00",
            "created_at": "2023-12-15T09:13:10.886438-05:00",
            "name": "Game Total Over 48",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c981f1b-44c1-4fa7-b1b7-84fe91679aac/?format=api"
        }
    ]
}