GET /api/bet_types/6511263d-da5c-4431-9de5-29f05d7bb670/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6511263d-da5c-4431-9de5-29f05d7bb670",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7455c7d-e754-4efa-a7ee-e180936a095a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-19T09:13:26.958763-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fcc550e-0023-401b-9a35-712c72214ab6",
            "gambit_id": "6c49aabb-2dd4-43d8-b302-694ec056fa2f",
            "last_updated": "2023-09-21T09:38:14.600463-04:00",
            "created_at": "2023-09-19T09:13:26.962503-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6511263d-da5c-4431-9de5-29f05d7bb670/?format=api"
        },
        {
            "id": "912084a0-71ed-4202-b788-ad3ee53c05c7",
            "gambit_id": "9c804336-794e-4ca8-879c-3213a3c5c151",
            "last_updated": "2023-09-21T09:38:14.613231-04:00",
            "created_at": "2023-09-19T09:13:26.967297-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6511263d-da5c-4431-9de5-29f05d7bb670/?format=api"
        }
    ]
}