GET /api/bet_types/bbdb0288-1845-48d7-a051-09d6dcf0762f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbdb0288-1845-48d7-a051-09d6dcf0762f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e329cfa3-58fe-4775-96fb-4bb4315fc789/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:08.214219-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": "ddd37b14-1283-4213-95fd-2ae35231f753",
            "gambit_id": "c150bd7d-6b44-40fe-bc79-e8ea848ae210",
            "last_updated": "2023-04-13T11:07:15.821752-04:00",
            "created_at": "2023-04-12T08:57:08.219648-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/bbdb0288-1845-48d7-a051-09d6dcf0762f/?format=api"
        },
        {
            "id": "3a83fec2-ddb4-450f-b3dc-cb25cdb7d082",
            "gambit_id": "ba578d61-6f6c-4e42-9271-cfef1cb9a172",
            "last_updated": "2023-04-13T11:07:15.820547-04:00",
            "created_at": "2023-04-12T08:57:08.217242-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/bbdb0288-1845-48d7-a051-09d6dcf0762f/?format=api"
        }
    ]
}