GET /api/bet_types/d889702d-91be-4212-bd30-97005346d447/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d889702d-91be-4212-bd30-97005346d447",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7bd8138-e826-4625-af4b-4028efd763aa/?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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "35d7a7d2-62bf-4050-8f6d-5761fecfd796",
            "gambit_id": "20c56783-8685-4313-b114-a930af46acff",
            "last_updated": "2022-12-13T10:02:35.375235-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d889702d-91be-4212-bd30-97005346d447/?format=api"
        },
        {
            "id": "dce5561b-f16c-4a41-b55c-3d2b6bcfeaa3",
            "gambit_id": "409a9dcb-a9ae-4f05-b473-d930418df142",
            "last_updated": "2022-12-13T10:02:35.376500-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d889702d-91be-4212-bd30-97005346d447/?format=api"
        }
    ]
}