GET /api/bet_types/1f9fdf92-c0ae-40ad-a35d-5a3abbfd092b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f9fdf92-c0ae-40ad-a35d-5a3abbfd092b",
    "match": "https://api-prod.gambitprofit.com/api/matches/eaa756d4-ecfb-4ba4-9fef-d504256cf4d2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-09T08:43:20.010743-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "519b6787-9913-431d-ade3-15112895309e",
            "gambit_id": "afe2b4ee-9b66-4831-ab02-1a65e34273e2",
            "last_updated": "2023-07-10T18:23:17.550561-04:00",
            "created_at": "2023-07-09T08:43:20.015503-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9fdf92-c0ae-40ad-a35d-5a3abbfd092b/?format=api"
        },
        {
            "id": "58d44ff0-7fe5-4e5f-976e-0a92177cb89e",
            "gambit_id": "35bca367-d15a-4501-aa26-587db05a7e25",
            "last_updated": "2023-07-10T18:23:17.549214-04:00",
            "created_at": "2023-07-09T08:43:20.013008-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9fdf92-c0ae-40ad-a35d-5a3abbfd092b/?format=api"
        }
    ]
}