GET /api/bet_types/10371394-863a-4757-9553-7de5ed98befb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10371394-863a-4757-9553-7de5ed98befb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4af939-1da1-4233-957b-fddb2fdbce97/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:07.248877-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 Under 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d96b93f6-2738-4832-be98-7ac3d2577c34",
            "gambit_id": "a06eba99-a35b-46fd-be8a-40f12bcbad3c",
            "last_updated": "2023-06-20T10:33:07.252004-04:00",
            "created_at": "2023-06-19T08:08:07.252635-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10371394-863a-4757-9553-7de5ed98befb/?format=api"
        },
        {
            "id": "7b185047-e2d2-4613-98e0-7408d22ea5dc",
            "gambit_id": "e777bc8d-857f-4b44-9dcb-9f1ce4bd12e9",
            "last_updated": "2023-06-20T10:33:07.249309-04:00",
            "created_at": "2023-06-19T08:08:07.250811-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10371394-863a-4757-9553-7de5ed98befb/?format=api"
        }
    ]
}