GET /api/bet_types/b3bafda1-846a-46aa-970a-11f577a720db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3bafda1-846a-46aa-970a-11f577a720db",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f963c93-d633-4e9f-bb08-deba9675a6a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:04.402006-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": "Jacksonville Jaguars",
                "amount": 5107.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c0f36be-4cc7-4c75-b735-2b7229859d55",
            "gambit_id": "e1bb4108-7a9b-41c8-a8b6-6e9d4824d247",
            "last_updated": "2023-08-21T20:03:17.917115-04:00",
            "created_at": "2023-08-17T13:03:04.406771-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3bafda1-846a-46aa-970a-11f577a720db/?format=api"
        },
        {
            "id": "79046e42-8d3a-407c-93c3-eca44c606a32",
            "gambit_id": "6c93022b-9f67-446b-8ff3-26f34d429d6e",
            "last_updated": "2023-08-21T20:03:17.920662-04:00",
            "created_at": "2023-08-17T13:03:04.411252-04:00",
            "name": "Detroit Lions",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3bafda1-846a-46aa-970a-11f577a720db/?format=api"
        }
    ]
}