GET /api/bet_types/0b79d20b-7bf2-4387-bea4-af31c2f512f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b79d20b-7bf2-4387-bea4-af31c2f512f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba76917a-45ef-44c1-9ca1-f53739244c20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:02.981278-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": "Pittsburgh Penguins",
                "amount": 6222.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a9c5b17-7a12-47f8-adc2-1a08eec2d663",
            "gambit_id": "1003a4e0-eae3-4edb-a25f-f231abf9e805",
            "last_updated": "2023-11-15T20:08:23.827526-05:00",
            "created_at": "2023-11-14T09:13:02.989322-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b79d20b-7bf2-4387-bea4-af31c2f512f0/?format=api"
        },
        {
            "id": "275c6df5-0d0f-4fc6-98bd-5843662be7d7",
            "gambit_id": "f3676620-4a7c-4ffe-9aae-d3e7dfc7d414",
            "last_updated": "2023-11-15T20:08:23.830872-05:00",
            "created_at": "2023-11-14T09:13:02.993835-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b79d20b-7bf2-4387-bea4-af31c2f512f0/?format=api"
        }
    ]
}