GET /api/bet_types/bf3b5aac-efbd-4d11-9571-ca3c73243540/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf3b5aac-efbd-4d11-9571-ca3c73243540",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2d15daa-24b7-41ce-b3ee-613b88f13c20/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-20T07:33:18.888172-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9191013-8842-41a3-9fd1-fa84865284d6",
            "gambit_id": "8031f88d-8a93-46db-8849-7f2ab5ca96a2",
            "last_updated": "2024-01-23T20:23:20.504115-05:00",
            "created_at": "2024-01-20T07:33:18.892128-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf3b5aac-efbd-4d11-9571-ca3c73243540/?format=api"
        },
        {
            "id": "3410e50e-69d0-4557-9cb6-45afa87e53eb",
            "gambit_id": "7e2509df-c8c5-47f2-8b56-4ea84065745f",
            "last_updated": "2024-01-23T20:23:20.507544-05:00",
            "created_at": "2024-01-20T07:33:18.896069-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf3b5aac-efbd-4d11-9571-ca3c73243540/?format=api"
        }
    ]
}