GET /api/bet_types/4321f15f-f2ab-4587-86ea-dcc62750de47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4321f15f-f2ab-4587-86ea-dcc62750de47",
    "match": "https://api-prod.gambitprofit.com/api/matches/4357b986-2e47-4207-836e-38bb36a041a8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:27.675617-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": "CIN",
                "amount": 6390.0
            },
            {
                "team": "PIT",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "321e44cc-fe0a-4a21-842b-92c9f0c021b9",
            "gambit_id": "ceda56f8-db9c-43ef-bbbf-660144c6f3d1",
            "last_updated": "2023-08-14T18:28:04.196100-04:00",
            "created_at": "2023-08-13T10:18:27.684287-04:00",
            "name": "CIN",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4321f15f-f2ab-4587-86ea-dcc62750de47/?format=api"
        },
        {
            "id": "09eab4d1-3fd5-403f-a179-ac21c1474be1",
            "gambit_id": "9870973f-4e52-45d1-b65e-2ebb910ab217",
            "last_updated": "2023-08-14T18:28:04.186776-04:00",
            "created_at": "2023-08-13T10:18:27.680200-04:00",
            "name": "PIT",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4321f15f-f2ab-4587-86ea-dcc62750de47/?format=api"
        }
    ]
}