GET /api/bet_types/89be817b-27d4-4b33-82c1-94216b89daf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89be817b-27d4-4b33-82c1-94216b89daf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b42a1ed-d2f3-4719-9873-8e1593bc3c43/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-06T10:08:02.229133-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 2.5",
                "amount": 5162.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4838.0
            }
        ],
        "expected_reward_tokens": 9239.98,
        "profit_sb": -260.02,
        "profit_sb_percentage": -2.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdd11c48-c0d6-4c7d-9789-2de184ccd536",
            "gambit_id": "d3baebe6-a957-473e-ba4b-b0eefdedcfe0",
            "last_updated": "2023-10-09T15:28:12.975786-04:00",
            "created_at": "2023-10-06T10:08:02.234718-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.79000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89be817b-27d4-4b33-82c1-94216b89daf7/?format=api"
        },
        {
            "id": "faa40c16-1a96-43ee-8f08-ac6801083618",
            "gambit_id": "2fb1201e-83a0-449b-869e-9caa11909c9d",
            "last_updated": "2023-10-09T15:28:12.979870-04:00",
            "created_at": "2023-10-06T10:08:02.239476-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89be817b-27d4-4b33-82c1-94216b89daf7/?format=api"
        }
    ]
}