GET /api/bet_types/88378ea8-ef10-4d7e-be32-663705a1e82f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88378ea8-ef10-4d7e-be32-663705a1e82f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cc056ba-7598-428f-8a59-76b8c0fa29f3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-07T09:03:24.921466-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 Under 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b291022-511d-49b3-838c-8c54901f7922",
            "gambit_id": "e3a12bb4-a406-463a-b758-95bb0c7b5697",
            "last_updated": "2024-01-09T10:48:23.034133-05:00",
            "created_at": "2024-01-07T09:03:24.929550-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88378ea8-ef10-4d7e-be32-663705a1e82f/?format=api"
        },
        {
            "id": "628582be-2b8d-4d0c-9bdf-9741bbce2d69",
            "gambit_id": "178e114f-18a1-4748-8581-52d7232c4b5e",
            "last_updated": "2024-01-09T10:48:23.030494-05:00",
            "created_at": "2024-01-07T09:03:24.924914-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88378ea8-ef10-4d7e-be32-663705a1e82f/?format=api"
        }
    ]
}