GET /api/bet_types/81e455e8-30a7-43b1-8d74-332623fc75f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81e455e8-30a7-43b1-8d74-332623fc75f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/274fe39e-5a09-4435-b7f6-aa891f6748f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-11T09:07:58.344263-04: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": "Vancouver Canucks",
                "amount": 6160.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab5571b0-a3e5-4fc8-9bdb-737f70bd48d6",
            "gambit_id": "2de1f49b-f2e6-42fd-a3be-b094e83d891a",
            "last_updated": "2023-10-12T11:28:04.378059-04:00",
            "created_at": "2023-10-11T09:07:58.357482-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81e455e8-30a7-43b1-8d74-332623fc75f7/?format=api"
        },
        {
            "id": "3ae9ed51-d0bd-4fdb-9957-2f2c37871598",
            "gambit_id": "84a588f5-ee01-4689-b276-12d8e2e4cb18",
            "last_updated": "2023-10-12T11:28:04.372972-04:00",
            "created_at": "2023-10-11T09:07:58.352548-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81e455e8-30a7-43b1-8d74-332623fc75f7/?format=api"
        }
    ]
}