GET /api/bet_types/b06d4c89-4693-492a-aaff-9fdf3015f2b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b06d4c89-4693-492a-aaff-9fdf3015f2b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/22371163-5c40-4d2f-9941-b65c09c868c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-01T09:42:10.256654-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": "CLE",
                "amount": 6163.0
            },
            {
                "team": "MIN",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f0fb723-2a85-4fd4-8d89-8b2b4a04d496",
            "gambit_id": "e9280c38-da73-45a2-bc05-39e3b5d563f0",
            "last_updated": "2023-06-02T13:52:21.408855-04:00",
            "created_at": "2023-06-01T09:42:10.258670-04:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b06d4c89-4693-492a-aaff-9fdf3015f2b5/?format=api"
        },
        {
            "id": "c9086ac8-cbb3-4d64-babc-bec89f85295f",
            "gambit_id": "0583e852-6e6e-497f-be5c-bd9861f8abf5",
            "last_updated": "2023-06-02T13:52:21.414551-04:00",
            "created_at": "2023-06-01T09:42:10.260841-04:00",
            "name": "MIN",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b06d4c89-4693-492a-aaff-9fdf3015f2b5/?format=api"
        }
    ]
}