GET /api/bet_types/a6417fa1-edef-41b2-9e8c-dc4b90706dff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6417fa1-edef-41b2-9e8c-dc4b90706dff",
    "match": "https://api-prod.gambitprofit.com/api/matches/c58466db-1b8e-4e27-975a-6beffda791e9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:00.347984-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": "Florida Panthers",
                "amount": 6390.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bb3babb-c732-4a05-8db8-fa864b37a62b",
            "gambit_id": "c3d7810b-b2db-4c6b-8b8a-202e5528727a",
            "last_updated": "2023-10-16T18:13:02.172649-04:00",
            "created_at": "2023-10-14T09:28:00.352793-04:00",
            "name": "Florida Panthers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6417fa1-edef-41b2-9e8c-dc4b90706dff/?format=api"
        },
        {
            "id": "b231191e-44e5-4958-812c-d00226b57e5e",
            "gambit_id": "dc326d43-cec8-4ed1-8aeb-88c5729ed2e7",
            "last_updated": "2023-10-16T18:13:02.176620-04:00",
            "created_at": "2023-10-14T09:28:00.358830-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6417fa1-edef-41b2-9e8c-dc4b90706dff/?format=api"
        }
    ]
}