GET /api/bet_types/e6784134-43cb-4a35-ad67-a4ac9d4399f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6784134-43cb-4a35-ad67-a4ac9d4399f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/284c9d66-8dc4-49e2-93b3-6f7d535e8935/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-08T09:02:56.320507-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": "Chicago Bulls",
                "amount": 5107.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4afcfe55-8a59-49ea-9793-fd49bd1016a1",
            "gambit_id": "5fbbab3f-4d37-4e03-9c45-93218cd8abe0",
            "last_updated": "2024-01-10T10:03:14.928126-05:00",
            "created_at": "2024-01-08T09:02:56.324411-05:00",
            "name": "Chicago Bulls",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6784134-43cb-4a35-ad67-a4ac9d4399f2/?format=api"
        },
        {
            "id": "951fd96f-f2fc-4665-9b1d-028c824519c0",
            "gambit_id": "ef5cef22-87df-4eb9-b7a4-70725ebd7b9c",
            "last_updated": "2024-01-10T10:03:14.931587-05:00",
            "created_at": "2024-01-08T09:02:56.328948-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6784134-43cb-4a35-ad67-a4ac9d4399f2/?format=api"
        }
    ]
}