GET /api/bet_types/add850e4-01ba-445f-b033-3f75621c34a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "add850e4-01ba-445f-b033-3f75621c34a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2d51eab-a5d7-4995-b181-dedd84f89481/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:12.521700-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "79d6a89a-e607-4e21-acae-dc00191247b5",
            "gambit_id": "dddb3044-5bad-497c-8f3f-3a575c860378",
            "last_updated": "2023-06-07T10:28:07.629134-04:00",
            "created_at": "2023-06-06T10:57:12.524568-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add850e4-01ba-445f-b033-3f75621c34a1/?format=api"
        },
        {
            "id": "aa29cd40-cdcd-4617-a793-fc0598db27b5",
            "gambit_id": "aa818769-c38e-4825-9088-03e13620e76f",
            "last_updated": "2023-06-07T10:28:07.631735-04:00",
            "created_at": "2023-06-06T10:57:12.527338-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add850e4-01ba-445f-b033-3f75621c34a1/?format=api"
        }
    ]
}