GET /api/bet_types/cba3748c-6eb0-4a14-979f-eccf962d7a80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cba3748c-6eb0-4a14-979f-eccf962d7a80",
    "match": "https://api-prod.gambitprofit.com/api/matches/76eabd9c-1b09-473a-aad3-296c010791ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-01T13:36:50.903664-04: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 6.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "47314543-4c55-4622-b775-72553ed2a05e",
            "gambit_id": "65b5244c-b83e-4c9c-a75b-32a25d3d05db",
            "last_updated": "2023-04-03T10:17:01.884303-04:00",
            "created_at": "2023-04-01T13:36:50.907584-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba3748c-6eb0-4a14-979f-eccf962d7a80/?format=api"
        },
        {
            "id": "a20bfab3-e411-4dea-b5cf-1a7d57d6d548",
            "gambit_id": "2f2d9ab4-bed3-4118-b4ca-4dc55c42e9d2",
            "last_updated": "2023-04-03T10:17:01.882323-04:00",
            "created_at": "2023-04-01T13:36:50.905746-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba3748c-6eb0-4a14-979f-eccf962d7a80/?format=api"
        }
    ]
}