GET /api/bet_types/f4c70128-46e8-4678-a7c2-4fce79f67bf5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4c70128-46e8-4678-a7c2-4fce79f67bf5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1267b884-d2cf-466d-9e4c-c8661b752d98/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:47:11.325590-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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "3860eea5-70c7-49e5-a7ad-d546c87c0254",
            "gambit_id": "3ca0df3a-1efa-487b-a6dd-adcc3b481a94",
            "last_updated": "2022-12-25T18:12:06.854368-05:00",
            "created_at": "2022-12-23T12:47:11.328915-05:00",
            "name": "Detroit Lions",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c70128-46e8-4678-a7c2-4fce79f67bf5/?format=api"
        },
        {
            "id": "c02e46d5-777b-4f67-acc6-7a41473db07f",
            "gambit_id": "49c4789b-fab3-4e7d-be5a-f73fc36e64ca",
            "last_updated": "2022-12-25T18:12:06.853134-05:00",
            "created_at": "2022-12-23T12:47:11.326781-05:00",
            "name": "Carolina Panthers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c70128-46e8-4678-a7c2-4fce79f67bf5/?format=api"
        }
    ]
}