GET /api/bet_types/a1079444-1f6e-4049-a135-991011317819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1079444-1f6e-4049-a135-991011317819",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc9e2893-396f-4b27-b02a-47c1e2c79d27/?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 Over 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd89e6c1-c265-4427-9116-c4521a62de92",
            "gambit_id": "4db6a303-ec9b-4a71-9e88-fde992fbb45e",
            "last_updated": "2022-11-28T09:52:08.148263-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1079444-1f6e-4049-a135-991011317819/?format=api"
        },
        {
            "id": "3e329dcf-036d-4f8a-a36a-d5d4c029929a",
            "gambit_id": "258daa6e-0f12-4e45-a49a-b23653ff3f71",
            "last_updated": "2022-11-28T09:52:08.147276-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1079444-1f6e-4049-a135-991011317819/?format=api"
        }
    ]
}