GET /api/bet_types/e9fbb8be-fb28-454f-9f20-a81d3e1df2cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9fbb8be-fb28-454f-9f20-a81d3e1df2cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/206c16cd-89b4-4259-9b2e-accda2fba4ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:13.917545-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": 7024.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2a901bc-9d5e-496d-ad47-4b8473995340",
            "gambit_id": "7ae53d9f-2ec7-4c3b-a607-0bddfc3a0757",
            "last_updated": "2023-03-12T19:26:59.490725-04:00",
            "created_at": "2023-03-11T09:32:13.918784-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9fbb8be-fb28-454f-9f20-a81d3e1df2cd/?format=api"
        },
        {
            "id": "c2958040-b826-4d59-8d6d-ce357ed81aa4",
            "gambit_id": "ced0d43c-4986-4b90-83e3-c99dc6eda964",
            "last_updated": "2023-03-12T19:26:59.492324-04:00",
            "created_at": "2023-03-11T09:32:13.920167-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9fbb8be-fb28-454f-9f20-a81d3e1df2cd/?format=api"
        }
    ]
}