GET /api/bet_types/fa4279ca-5ef9-4fb9-ae9b-18871c6bcaa9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa4279ca-5ef9-4fb9-ae9b-18871c6bcaa9",
    "match": "https://api-prod.gambitprofit.com/api/matches/75d808dc-b0cc-48ca-8ad9-8ffd4576555f/?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 2.5",
                "amount": 6429.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3571.0
            }
        ],
        "expected_reward_tokens": 8998.92,
        "profit_sb": -1.08,
        "profit_sb_percentage": -0.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "197e57c8-2844-41f4-ab40-dddc122d7b9b",
            "gambit_id": "8b6b1533-64c6-48ff-912a-6f7e0ff20dde",
            "last_updated": "2022-09-05T17:11:58.682797-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.40000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4279ca-5ef9-4fb9-ae9b-18871c6bcaa9/?format=api"
        },
        {
            "id": "02a624c1-906f-43f6-9e95-974510c87df5",
            "gambit_id": "400c509b-5378-4821-898d-0cdf5e7959ff",
            "last_updated": "2022-09-05T17:11:58.681598-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.52000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4279ca-5ef9-4fb9-ae9b-18871c6bcaa9/?format=api"
        }
    ]
}