GET /api/bet_types/2faffecf-7189-42f6-8353-6a761eecc0ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2faffecf-7189-42f6-8353-6a761eecc0ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b94b525-239e-47e2-9219-e9933d456497/?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 62",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 62",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "218dd2d3-bec9-49d8-96d9-c1ad78ec74d5",
            "gambit_id": "c649ab84-588a-4169-adbb-c382224023d3",
            "last_updated": "2022-09-25T19:52:04.304108-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 62",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2faffecf-7189-42f6-8353-6a761eecc0ca/?format=api"
        },
        {
            "id": "f5d73234-f134-41d9-813e-a1cd48fed940",
            "gambit_id": "841122d5-6aaa-4f22-b7aa-91dacc9c57be",
            "last_updated": "2022-09-25T19:52:04.305269-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 62",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2faffecf-7189-42f6-8353-6a761eecc0ca/?format=api"
        }
    ]
}