GET /api/bet_types/f7b02e07-6f49-4333-aa26-b0dee61d449f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7b02e07-6f49-4333-aa26-b0dee61d449f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a96bfb4d-ab21-48fc-b662-c04aa37e260a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:00.592869-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": "Carolina Hurricanes",
                "amount": 5292.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "766d06da-4909-49f6-b130-57537d6a853e",
            "gambit_id": "f7da200e-527a-4e60-ba50-471c563dd6e7",
            "last_updated": "2023-01-13T11:47:16.456084-05:00",
            "created_at": "2023-01-12T08:22:00.595279-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7b02e07-6f49-4333-aa26-b0dee61d449f/?format=api"
        },
        {
            "id": "552009fc-6a3d-4c68-9f63-908dee33e865",
            "gambit_id": "42def65d-0ad4-401b-9483-da15a0d3ad4b",
            "last_updated": "2023-01-13T11:47:16.454927-05:00",
            "created_at": "2023-01-12T08:22:00.594081-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7b02e07-6f49-4333-aa26-b0dee61d449f/?format=api"
        }
    ]
}