GET /api/bet_types/09a467e4-f287-43a4-b0d8-7a414d7f4432/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09a467e4-f287-43a4-b0d8-7a414d7f4432",
    "match": "https://api-prod.gambitprofit.com/api/matches/65d14c63-9245-4335-bf39-95c49ee78ecc/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e654c6db-c017-4342-9784-152eda151ecf",
            "gambit_id": "6c949f23-28c5-41f1-bd2d-fcc382be72a4",
            "last_updated": "2022-09-18T18:02:28.501085-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a467e4-f287-43a4-b0d8-7a414d7f4432/?format=api"
        },
        {
            "id": "3e5cbf6f-1c27-4230-8037-c28c6003d0be",
            "gambit_id": "27cd2053-c834-4311-929d-dcd3d57d528b",
            "last_updated": "2022-09-18T18:02:28.502849-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a467e4-f287-43a4-b0d8-7a414d7f4432/?format=api"
        }
    ]
}