GET /api/bet_types/bfe71a81-9be3-43ba-aaa7-ba17abcf933b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfe71a81-9be3-43ba-aaa7-ba17abcf933b",
    "match": "https://api-prod.gambitprofit.com/api/matches/db12ff07-df9d-43ff-b46f-9a64257fd10a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:05.531566-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1c961fa-721d-4d42-aed5-76f303d0c35b",
            "gambit_id": "4809a26c-d10e-4390-9696-bff51a6f25f6",
            "last_updated": "2023-11-13T15:08:31.283219-05:00",
            "created_at": "2023-11-11T08:53:05.535585-05:00",
            "name": "Game Total Over 227",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfe71a81-9be3-43ba-aaa7-ba17abcf933b/?format=api"
        },
        {
            "id": "3950fde1-7636-4d8d-99ef-b680517f9265",
            "gambit_id": "c00d38ad-7776-494d-91c3-c9201caac0ab",
            "last_updated": "2023-11-13T15:08:31.287174-05:00",
            "created_at": "2023-11-11T08:53:05.539290-05:00",
            "name": "Game Total Under 227",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfe71a81-9be3-43ba-aaa7-ba17abcf933b/?format=api"
        }
    ]
}