GET /api/bet_types/5ac59274-d22c-42e9-a5db-abf9ada51110/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ac59274-d22c-42e9-a5db-abf9ada51110",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a8a7704-111b-4e75-8f90-12a32db1ad43/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-16T10:02:03.796776-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "75f3f74d-23e3-48eb-89d4-e90c5dc2847b",
            "gambit_id": "f451e261-8b6e-4b42-9979-e4baba6d1812",
            "last_updated": "2023-02-17T09:22:26.649213-05:00",
            "created_at": "2023-02-16T10:02:03.798327-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac59274-d22c-42e9-a5db-abf9ada51110/?format=api"
        },
        {
            "id": "abaeb7ec-badc-4ca0-898d-bf1430ad0081",
            "gambit_id": "aee08f63-2c05-497e-a664-d598d0286f40",
            "last_updated": "2023-02-17T09:22:26.650506-05:00",
            "created_at": "2023-02-16T10:02:03.799764-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ac59274-d22c-42e9-a5db-abf9ada51110/?format=api"
        }
    ]
}