GET /api/bet_types/85a2981e-ac91-494d-b68f-47342b54f066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85a2981e-ac91-494d-b68f-47342b54f066",
    "match": "https://api-prod.gambitprofit.com/api/matches/dab9936a-8a2f-4b93-8a00-aa483d7d4659/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-20T11:42:13.152793-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 Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc956a52-daf1-4993-9645-7d9898ccedfb",
            "gambit_id": "9b644cde-8494-413d-9c12-c69b867bceeb",
            "last_updated": "2023-04-21T22:12:05.422639-04:00",
            "created_at": "2023-04-20T11:42:13.157058-04:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85a2981e-ac91-494d-b68f-47342b54f066/?format=api"
        },
        {
            "id": "9eb05f83-2071-4ead-bf4e-d3e1a7e725a8",
            "gambit_id": "ec14563b-ce47-4fb9-a954-572bdccca82d",
            "last_updated": "2023-04-21T22:12:05.420262-04:00",
            "created_at": "2023-04-20T11:42:13.154961-04:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85a2981e-ac91-494d-b68f-47342b54f066/?format=api"
        }
    ]
}