GET /api/bet_types/c8e613ca-1731-4a88-a9c5-4dbd21288bc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8e613ca-1731-4a88-a9c5-4dbd21288bc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb03eb43-8bbd-4b28-9079-2f686bcc9af0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-16T09:57:08.720522-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 7",
                "amount": 5292.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f8d09d2-e106-4a3f-92a7-393a3b466f13",
            "gambit_id": "62824340-031c-4d62-9bde-bfcc22bde6ce",
            "last_updated": "2023-01-17T11:22:14.854122-05:00",
            "created_at": "2023-01-16T09:57:08.724411-05:00",
            "name": "Game Total Under 7",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e613ca-1731-4a88-a9c5-4dbd21288bc1/?format=api"
        },
        {
            "id": "52ff3e6f-3de2-40e1-b283-b9c6c92c3d8e",
            "gambit_id": "5a8d154c-b1dc-4e51-8a3a-4ad143507a43",
            "last_updated": "2023-01-17T11:22:14.858138-05:00",
            "created_at": "2023-01-16T09:57:08.728019-05:00",
            "name": "Game Total Over 7",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e613ca-1731-4a88-a9c5-4dbd21288bc1/?format=api"
        }
    ]
}