GET /api/bet_types/9c4a189e-ff68-49f0-9ba7-5d9ee62f0e6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c4a189e-ff68-49f0-9ba7-5d9ee62f0e6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a15cfcd-f808-4156-9a01-f2a62c7a4e50/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-25T12:38:07.378455-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a82f30e4-2a01-49b1-9bf8-bd6340459bfd",
            "gambit_id": "73201da2-3513-4bcf-983b-f3bf88fdce63",
            "last_updated": "2023-08-01T13:08:22.661530-04:00",
            "created_at": "2023-07-25T12:38:07.386122-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4a189e-ff68-49f0-9ba7-5d9ee62f0e6c/?format=api"
        },
        {
            "id": "bc736a89-baf4-4fe1-b2ef-44385e6d2096",
            "gambit_id": "9e88338a-7f10-4a97-a803-c56f4fa87bd0",
            "last_updated": "2023-08-01T13:08:22.656607-04:00",
            "created_at": "2023-07-25T12:38:07.382279-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4a189e-ff68-49f0-9ba7-5d9ee62f0e6c/?format=api"
        }
    ]
}