GET /api/bet_types/f2d2acea-b579-4c7c-9082-187834bfc43b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2d2acea-b579-4c7c-9082-187834bfc43b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e267392-3290-4e1c-b685-eecb5dd99d48/?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": "Tampa Bay Buccaneers",
                "amount": 5489.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "f90b6240-7cf0-40d7-bf28-1d9b6ba28bec",
            "gambit_id": "7d87e1d2-dab8-4643-bdfe-a336b4517ecd",
            "last_updated": "2022-09-12T10:12:29.580538-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2d2acea-b579-4c7c-9082-187834bfc43b/?format=api"
        },
        {
            "id": "0e47396f-579d-4eaa-bc00-16e5b33bfba0",
            "gambit_id": "afd93f3c-1856-49ec-a529-98037fff123d",
            "last_updated": "2022-09-12T10:12:29.578487-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2d2acea-b579-4c7c-9082-187834bfc43b/?format=api"
        }
    ]
}