GET /api/bet_types/2eec508a-80cd-4e25-a6d3-9eaa4ffa4096/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2eec508a-80cd-4e25-a6d3-9eaa4ffa4096",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0c584e7-51e5-4c99-aaf0-51610fb6c8be/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:08.089233-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": "Minnesota Wild",
                "amount": 5402.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0e582df-9aff-4c2f-9875-3c1e6551132b",
            "gambit_id": "9b5b1a44-42cc-49ba-bf73-85423d5b8199",
            "last_updated": "2022-12-31T10:46:58.831347-05:00",
            "created_at": "2022-12-29T08:42:08.090354-05:00",
            "name": "Minnesota Wild",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eec508a-80cd-4e25-a6d3-9eaa4ffa4096/?format=api"
        },
        {
            "id": "78fcff44-4bcb-4f7e-af56-335124c172b0",
            "gambit_id": "df35a1cc-94fd-4cd4-bf91-5931dbe8c48f",
            "last_updated": "2022-12-31T10:46:58.832460-05:00",
            "created_at": "2022-12-29T08:42:08.091513-05:00",
            "name": "Dallas Stars",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eec508a-80cd-4e25-a6d3-9eaa4ffa4096/?format=api"
        }
    ]
}