GET /api/bet_types/8899ff52-e0ff-4b4c-8cdf-e803584da270/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8899ff52-e0ff-4b4c-8cdf-e803584da270",
    "match": "https://api-prod.gambitprofit.com/api/matches/56a53b15-5776-457c-a4b1-98cd5b632c62/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-21T09:03:15.714973-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": "San Diego Padres",
                "amount": 6359.0
            },
            {
                "team": "Miami Marlins",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "5bb6c1ee-be2d-46aa-839a-45edc9596d7b",
            "gambit_id": "282a466b-eb49-4d70-a947-a74c9fe5ba8e",
            "last_updated": "2023-08-23T09:48:08.059251-04:00",
            "created_at": "2023-08-21T09:03:15.722808-04:00",
            "name": "San Diego Padres",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8899ff52-e0ff-4b4c-8cdf-e803584da270/?format=api"
        },
        {
            "id": "f5fde59e-94be-41cb-b7b0-7e7882920e79",
            "gambit_id": "227f9a50-8718-431f-a434-42f9658a8143",
            "last_updated": "2023-08-23T09:48:08.055096-04:00",
            "created_at": "2023-08-21T09:03:15.719060-04:00",
            "name": "Miami Marlins",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8899ff52-e0ff-4b4c-8cdf-e803584da270/?format=api"
        }
    ]
}