GET /api/bet_types/01a35420-f0c6-4157-a80f-6825ea1b5ab1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01a35420-f0c6-4157-a80f-6825ea1b5ab1",
    "match": "https://api-prod.gambitprofit.com/api/matches/471bded4-2f4e-43b8-bb79-cb1d388ea4a4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:52.998957-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": "Vancouver Canucks",
                "amount": 6401.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea5b999b-26ab-4828-a4b7-bc9b3287ef0c",
            "gambit_id": "53200020-c8f3-4284-bb2a-2f875b01648f",
            "last_updated": "2023-02-12T10:06:59.747855-05:00",
            "created_at": "2023-02-11T09:01:53.002099-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01a35420-f0c6-4157-a80f-6825ea1b5ab1/?format=api"
        },
        {
            "id": "746ea408-80dc-455a-91c6-fb11e52043d6",
            "gambit_id": "eff6894e-6f76-49d1-a3f8-e8a92bc8c6e6",
            "last_updated": "2023-02-12T10:06:59.746636-05:00",
            "created_at": "2023-02-11T09:01:53.000619-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01a35420-f0c6-4157-a80f-6825ea1b5ab1/?format=api"
        }
    ]
}