GET /api/bet_types/fbb79ea0-ed4c-4c12-ad36-fb35a59a65d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbb79ea0-ed4c-4c12-ad36-fb35a59a65d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/99bc5d8d-a3d9-4e38-9608-0eab5c8e03c2/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Cincinnati Bengals",
                "amount": 5208.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "0fda0220-c8a1-4807-a25e-5dcc7ff38455",
            "gambit_id": "9d64c95e-29f9-4f6f-a45d-a9291ea2c2eb",
            "last_updated": "2022-09-19T10:21:57.375041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb79ea0-ed4c-4c12-ad36-fb35a59a65d5/?format=api"
        },
        {
            "id": "0dbdabc6-fdd3-448f-97e3-43d235baff7c",
            "gambit_id": "34268994-04e9-45aa-b988-2852e0c0896e",
            "last_updated": "2022-09-19T10:21:57.374047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb79ea0-ed4c-4c12-ad36-fb35a59a65d5/?format=api"
        }
    ]
}