GET /api/bet_types/aa4e09d3-b580-42b5-8760-9b49eec0d05b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa4e09d3-b580-42b5-8760-9b49eec0d05b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f254710-f1e1-41b8-a435-c0040f01833d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:59.518849-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": "Philadelphia Eagles",
                "amount": 7275.0
            },
            {
                "team": "New York Jets",
                "amount": 2725.0
            }
        ],
        "expected_reward_tokens": 9455.75,
        "profit_sb": -44.25,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "64fee168-b10d-43e5-8241-9be0654397cc",
            "gambit_id": "5b99bc2c-1b57-499e-b999-71c2960e11bb",
            "last_updated": "2023-10-16T18:23:01.345632-04:00",
            "created_at": "2023-10-12T10:57:59.522942-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa4e09d3-b580-42b5-8760-9b49eec0d05b/?format=api"
        },
        {
            "id": "6c9b568f-1d87-4665-83a1-75302078ed93",
            "gambit_id": "9b1e6717-f31a-485f-884e-c4a37a235667",
            "last_updated": "2023-10-16T18:23:01.348877-04:00",
            "created_at": "2023-10-12T10:57:59.527225-04:00",
            "name": "New York Jets",
            "reward": "3.47000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa4e09d3-b580-42b5-8760-9b49eec0d05b/?format=api"
        }
    ]
}