GET /api/bet_types/5e179041-97c9-4193-be17-0a8a1d8dd497/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e179041-97c9-4193-be17-0a8a1d8dd497",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d75370a-9d92-4b79-a123-6dad2f87a759/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:12.975471-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": "Seattle Seahawks",
                "amount": 5107.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6dbf7ec-4813-473a-94e8-b25463d40c17",
            "gambit_id": "d38604b9-3252-4d64-8dca-a9c2999444d5",
            "last_updated": "2024-01-02T10:33:10.422068-05:00",
            "created_at": "2023-12-27T09:43:12.984908-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e179041-97c9-4193-be17-0a8a1d8dd497/?format=api"
        },
        {
            "id": "80ce1e53-6756-4dc7-992b-367cc81bd802",
            "gambit_id": "68fd2188-576d-4ecc-8bf7-70c66dcd2314",
            "last_updated": "2024-01-02T10:33:10.418590-05:00",
            "created_at": "2023-12-27T09:43:12.979206-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e179041-97c9-4193-be17-0a8a1d8dd497/?format=api"
        }
    ]
}