GET /api/bet_types/b56dbd97-946d-465b-9c02-cbf4ebd76082/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b56dbd97-946d-465b-9c02-cbf4ebd76082",
    "match": "https://api-prod.gambitprofit.com/api/matches/a75272b7-7d12-4d1a-a0a5-e907fc3e9917/?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": "Pittsburgh Steelers",
                "amount": 6853.0
            },
            {
                "team": "Detroit Lions",
                "amount": 3147.0
            }
        ],
        "expected_reward_tokens": 9251.55,
        "profit_sb": 251.55,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "d66d4070-2eef-4d3a-a29a-3b622e3ae5a3",
            "gambit_id": "f9cf4bf7-fc3a-4e5e-92b7-4a8391b3754e",
            "last_updated": "2022-08-29T14:17:10.626750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b56dbd97-946d-465b-9c02-cbf4ebd76082/?format=api"
        },
        {
            "id": "5ffaa62b-6972-44de-b552-920b74408925",
            "gambit_id": "006137ff-940b-44f4-80e6-35b7d2b2792e",
            "last_updated": "2022-08-29T14:17:10.627229-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.94000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b56dbd97-946d-465b-9c02-cbf4ebd76082/?format=api"
        }
    ]
}