GET /api/bet_types/eeb471b0-36af-4637-ab19-c29b244495d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eeb471b0-36af-4637-ab19-c29b244495d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed531189-3d01-4101-b6c4-4dee1514225c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-17T08:58:20.320924-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "405c8b33-8117-481b-bc47-f7f6c82e393e",
            "gambit_id": "b9056935-9278-4206-985d-7b11ea8ed3eb",
            "last_updated": "2023-10-18T10:57:55.370369-04:00",
            "created_at": "2023-10-17T08:58:20.327777-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eeb471b0-36af-4637-ab19-c29b244495d0/?format=api"
        },
        {
            "id": "c4af9386-7ecb-49dc-8a3e-5ed83566c498",
            "gambit_id": "68cc6dc2-db49-468d-bfdf-aa0ea589777b",
            "last_updated": "2023-10-18T10:57:55.374256-04:00",
            "created_at": "2023-10-17T08:58:20.331796-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eeb471b0-36af-4637-ab19-c29b244495d0/?format=api"
        }
    ]
}