GET /api/bet_types/70f13365-2906-468f-9266-4bde0911b54a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70f13365-2906-468f-9266-4bde0911b54a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1929de91-4bd0-47cd-95bc-15f0f44ff9d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-31T10:23:03.356250-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ed0b5eb-eae7-4c48-808b-6d7875e9e841",
            "gambit_id": "ad1997bb-e241-4162-b365-e3fcd55ce3bd",
            "last_updated": "2023-08-01T11:03:22.835823-04:00",
            "created_at": "2023-07-31T10:23:03.360415-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f13365-2906-468f-9266-4bde0911b54a/?format=api"
        },
        {
            "id": "d86715f4-4ca0-495c-9168-3608b439b0d1",
            "gambit_id": "9c075e12-dfc0-451d-b3e9-0daac875da62",
            "last_updated": "2023-08-01T11:03:22.848002-04:00",
            "created_at": "2023-07-31T10:23:03.364943-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f13365-2906-468f-9266-4bde0911b54a/?format=api"
        }
    ]
}