GET /api/bet_types/6e286ecc-eb99-4985-a152-cd2494bbaece/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e286ecc-eb99-4985-a152-cd2494bbaece",
    "match": "https://api-prod.gambitprofit.com/api/matches/07774d15-7173-4d43-91c3-1689af1d0f20/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T09:33:11.624295-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f687f01c-4c80-4884-aa1a-1d4d09434797",
            "gambit_id": "40a46eb4-cb6e-4991-b8ed-f6c9c9d2e443",
            "last_updated": "2024-01-22T12:08:21.964841-05:00",
            "created_at": "2024-01-19T09:33:11.632887-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e286ecc-eb99-4985-a152-cd2494bbaece/?format=api"
        },
        {
            "id": "9dada28e-2723-42d3-9153-70b24cb98ff0",
            "gambit_id": "85db3d1d-037f-4e49-bd7a-a79e8b516f18",
            "last_updated": "2024-01-22T12:08:21.961552-05:00",
            "created_at": "2024-01-19T09:33:11.628253-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e286ecc-eb99-4985-a152-cd2494bbaece/?format=api"
        }
    ]
}