GET /api/bet_types/32791687-ee4f-4e3a-9983-77259d5a0034/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32791687-ee4f-4e3a-9983-77259d5a0034",
    "match": "https://api-prod.gambitprofit.com/api/matches/49bdf0f2-ed12-421d-9e52-4f8df0f603a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-05T09:53:19.683920-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "85a36e4c-9930-4db5-b0bc-1c2e173dcf4a",
            "gambit_id": "482d506c-892e-4052-9dbd-a6d0fec4c4dc",
            "last_updated": "2023-09-06T22:57:55.989384-04:00",
            "created_at": "2023-09-05T09:53:19.706870-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32791687-ee4f-4e3a-9983-77259d5a0034/?format=api"
        },
        {
            "id": "23616d42-7493-4062-a4e1-99f5d2ead31d",
            "gambit_id": "49e1a950-e770-4ecf-90a3-7123457deaca",
            "last_updated": "2023-09-06T22:57:55.985563-04:00",
            "created_at": "2023-09-05T09:53:19.698417-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32791687-ee4f-4e3a-9983-77259d5a0034/?format=api"
        }
    ]
}