GET /api/bet_types/ea5c8e5a-544f-4ac0-9c01-1855e3098dea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea5c8e5a-544f-4ac0-9c01-1855e3098dea",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4a4e864-2e85-4fee-8ab1-73c527299007/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-14T10:57:06.458603-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c9879a5-b425-45b3-bb69-2859e7d275ac",
            "gambit_id": "bbeb56e2-c9b1-4e8f-a96f-6b2701c77e5b",
            "last_updated": "2023-05-15T11:37:02.025154-04:00",
            "created_at": "2023-05-14T10:57:06.464398-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5c8e5a-544f-4ac0-9c01-1855e3098dea/?format=api"
        },
        {
            "id": "4da86a9b-52c7-4b3e-b502-ef578d33b278",
            "gambit_id": "12b51e84-33f2-425f-bb68-33519c9fcca2",
            "last_updated": "2023-05-15T11:37:02.023625-04:00",
            "created_at": "2023-05-14T10:57:06.460786-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5c8e5a-544f-4ac0-9c01-1855e3098dea/?format=api"
        }
    ]
}