GET /api/bet_types/491adf57-4464-4e15-82d6-d9971c28e6ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "491adf57-4464-4e15-82d6-d9971c28e6ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/88f50ced-1612-4939-af43-9e4c46547e9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-22T10:13:15.494617-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": "Montreal Canadiens",
                "amount": 6856.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "29e17160-7588-47bc-827d-abfbcf88e9d4",
            "gambit_id": "cd638b5a-5323-44ba-822f-24e278d0afee",
            "last_updated": "2023-12-23T21:08:16.350031-05:00",
            "created_at": "2023-12-22T10:13:15.503854-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491adf57-4464-4e15-82d6-d9971c28e6ff/?format=api"
        },
        {
            "id": "3922300c-9658-446e-b75f-b89ebac95e99",
            "gambit_id": "da70d408-08f1-4e78-b055-b70a3d6d89c0",
            "last_updated": "2023-12-23T21:08:16.353149-05:00",
            "created_at": "2023-12-22T10:13:15.512010-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491adf57-4464-4e15-82d6-d9971c28e6ff/?format=api"
        }
    ]
}