GET /api/bet_types/e7e8cbb7-3b7d-4781-83c0-c2d133a469e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7e8cbb7-3b7d-4781-83c0-c2d133a469e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0178f220-49d0-4886-8008-f43305f6c6a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Atlanta Falcons",
                "amount": 5737.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "694ff06f-cd60-4733-b53e-9ac3d656f5e4",
            "gambit_id": "137bbf28-6f8f-4e4c-8f77-68529821bea7",
            "last_updated": "2022-11-21T15:48:07.541503-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e8cbb7-3b7d-4781-83c0-c2d133a469e2/?format=api"
        },
        {
            "id": "351537f8-f719-4fc8-a03a-42d9ffa7c56e",
            "gambit_id": "36b1f1ad-422a-457a-ae39-d56669d75986",
            "last_updated": "2022-11-21T15:48:07.542488-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e8cbb7-3b7d-4781-83c0-c2d133a469e2/?format=api"
        }
    ]
}