GET /api/bet_types/3c205cc2-c3b8-4d82-bb0e-8b1dbe7b14cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c205cc2-c3b8-4d82-bb0e-8b1dbe7b14cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c94d00fc-c571-4471-be10-9abda794cc59/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:14.656301-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": "Columbus Blue Jackets",
                "amount": 6547.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "904d4962-5237-44fa-abf6-d97e9d01b194",
            "gambit_id": "feb209f0-24aa-40c4-a011-50ed8bb5a19a",
            "last_updated": "2023-03-13T13:17:02.207195-04:00",
            "created_at": "2023-03-11T09:32:14.657554-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c205cc2-c3b8-4d82-bb0e-8b1dbe7b14cc/?format=api"
        },
        {
            "id": "eb623715-945b-48fc-9658-8fefa10e05bc",
            "gambit_id": "4d17ac39-2740-4016-893c-ba71055a7ede",
            "last_updated": "2023-03-13T13:17:02.209292-04:00",
            "created_at": "2023-03-11T09:32:14.658965-05:00",
            "name": "St Louis Blues",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c205cc2-c3b8-4d82-bb0e-8b1dbe7b14cc/?format=api"
        }
    ]
}