GET /api/bet_types/fbdb97d9-bed9-410c-98a5-cb76684af863/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbdb97d9-bed9-410c-98a5-cb76684af863",
    "match": "https://api-prod.gambitprofit.com/api/matches/208af0f4-121a-40a1-bba8-4d76d578b29b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:01.632101-04: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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c332e19-7444-4d6d-a9ba-d90b94db5f21",
            "gambit_id": "688eeaf9-8d7b-4891-943c-60ee08176201",
            "last_updated": "2023-04-28T11:22:24.016430-04:00",
            "created_at": "2023-04-27T11:52:01.633518-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbdb97d9-bed9-410c-98a5-cb76684af863/?format=api"
        },
        {
            "id": "2b482f33-5168-4476-a1f3-3b41ab26e6d8",
            "gambit_id": "771c39c0-8b04-40f4-8aff-9673133f3389",
            "last_updated": "2023-04-28T11:22:24.017886-04:00",
            "created_at": "2023-04-27T11:52:01.635042-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbdb97d9-bed9-410c-98a5-cb76684af863/?format=api"
        }
    ]
}